﻿#logo, .input-group-addon {
    display: none;
}

.logo-description {
    text-align: center;
    text-align: left;
    font-size: 14px;
}

.copyright {
    padding-top: 15px;
    color: #717073;
    font-size: small;
}

.content-wrapper {
    min-height: 497px;
}

#hForgot {
    font-size: smaller;
}

.form-group {
    margin-bottom: 15px;
}

#afsheader {
    font-family: 'Montserrat', sans-serif;
}

#btnLogin, #hForgot {
    display: block;
}
.input-group{
    width: 100%;
}
#btnLogin.btn {
    text-transform: inherit;
    width: 100%;
    display: block;
    font-family: 'Lato', sans-serif;
    border-radius: 3px;
}

.login-box {
    width: 85%;
    margin: 0 auto;
}

.bright-blue .btn.btn-default {
    background-color: #00aeef;
    color: white;
    font-weight: normal;
}

.bright-blue .btn-default:hover, .bright-blue .btn-default:active, .btn-default.hover {
    background-color: #00aeef !important;
}

.btn.btn-default:hover:not([disabled]), .btn.btn-default:focus:not([disabled]) {
    opacity: 0.9;
}

@media (min-width: 412px) {

    #btnLogin, #hForgot {
        display: inline-block;
    }

        #btnLogin.btn {
            width: inherit;
            display: inline-block;
        }

    .login-box {
        width: 300px;
        margin: 0 auto;
    }

    #lblMessage {
        display: inherit;
    }
}