body {
    background-color: #0033A0;
    color: #fff;
    font-family: "usual", sans-serif

}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #fff;
    }

.main-box .btn {
    margin-bottom: 0.75rem;
    margin: 0 auto;
    width: 471px;
    max-width: 98%;
    background-color: #4CBCC0;

}
    .main-box .btn:hover {
        background-color: #389da0;
    }
#instructions .step{
    margin-bottom:.5em;
}


#instructions {
    text-align: left !important;
    width: fit-content;
    margin: 0 auto;
}
    .instruction-img{
        max-width: 98%;
        margin: 1em 0;
    }
.main-box {
    padding: 15px;
    margin: 0 auto;
    background-color: #0033A0;
    text-align:center;
}

    .main-box.heading {
        font-size: 50px;
    }

#inputPassword {
    margin: 5px 0 16px 0;
}

#downloadlogin > div.alert.alert-danger {
    margin: 16px 0 16px 0;
}

.navbar {
    margin-bottom: 0;
    background-color: #0033A0 !important;
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav .nav-link {
    color: #FFFFFF;
}

    .navbar-inverse .navbar-nav .nav-link:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }

.navbar-brand img {
    width: 20rem;
    height: 4rem;
}

.nav-link img {
    width: 5rem;
    height: 2rem;
}

.navlink a:visited {
    color: #FFFFFF;
}

.section-top {
    padding-top: 4em;
    padding-bottom: 4em;
    margin-bottom: 1rem;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/uky-campus-students.jpg);
    background-blend-mode: normal;
    background-size: cover;
}

.header-image {
    width: 200px;
}


/*For UK Standard Footer */
.uk-global-footer {
    background: #0033A0;
}

.uk-lockup:before, .uk-lockup:after, .uk-lockup:before, .uk-lockup:after, .uk-search-bar__row:before, .uk-search-bar__row:after, .uk-footer-text:before, .uk-footer-text:after, .uk-row:before, .uk-row:after, .uk-lockup--white:before, .uk-lockup--white:after, .uk-lockup--white:before, .uk-lockup--white:after, .uk-search-bar__container:before, .uk-search-bar__container:after, .uk-global-header header:before, .uk-global-header header:after, .uk-container:before, .uk-container:after {
    content: " ";
    display: table
}

.uk-footer-text:after, .uk-row:after, .uk-lockup--white:after, .uk-lockup--white:after, .uk-search-bar__container:after, .uk-global-header header:after, .uk-container:after {
    clear: both
}

.uk-footer-text__list {
    width: auto;
    padding-left: 0;
    text-align: left
}

.uk-footer-text__list-item {
    list-style: none;
    display: inline;
    color: white;
    border-right: 1px solid white;
    padding: 0 10px;
    font-size: 14px;
    line-height: 32px
}

    .uk-footer-text__list-item a {
        color: white
    }

    .uk-footer-text__list-item:first-child {
        padding: 0 10px 0 0
    }

    .uk-footer-text__list-item:last-child {
        border: none;
        padding: 0 0 0 10px
    }

@media (min-width:992px) {
    .uk-footer-text__list {
        text-align: center
    }
}

.uk-lockup img {
    display: block;
    margin: auto;
    width: 30%;
}


