html {
    height: 100%;
}

body {
    height: 100%;
    overflow: auto;
    font-family: "Open Sans" !important;
}

#login-bg {
    background-color: #f2f2f2;
    background-image: url(../images/login-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (max-width: 600px) {
    #login-bg {
        height: 100%;
    }
}

#login-form {  padding-right: 0px; 
     padding-left: 0px; 
}
#login-form, .aps-register {
    background-color: rgba(245, 245, 245,.6 );
    border-radius: 15px;
    margin-top: 2rem !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    -webkit-animation: fadein 2s;
}

.text-danger {
    font-size: 12px;
}

.form-group-aps {
    margin-bottom: 0 !important;
}

#login-text-center {
    background-color: #292e6c;
}

.login-text-center {
    height: 55px;
    font-weight: 900;
    text-align: center;
    font-size: 28px;
    background-color: #161f5c;
    color: #ffff;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
}

.opacity-override {
    opacity: 1.4 !important;
}

#load-form-group {
    text-align: center;
}

.aps-login {
    font-size: 12px;
}

.aps-login, .aps-load {
    height: 40px;
    width: 70px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 4px 4px rgba(0, 0, 0, .23);
}

#memberIdSpan {
   color: #3e9199;
    font-weight: bolder;
}
.aps-load {
    display: none;
}

.aps-login-alt {
    font-size: 12px;
}

#powered-text {
    width: 100%;
    font-family: 'Pacifico', cursive;
    font-size: 12px;
    text-align: center;
}

#logo-container {
    min-height: 60px;
    width: 100%;
    margin-top: 2%;
}

#login-logo {
    width: 100%;
    min-height: inherit;
}

#under-logo {
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin-top: 2%;
}

    #under-logo a {
        width: 100%;
        font-family: 'Open Sans';
        font-size: 12px;
        text-align: center;
        color: #1e4797;
    }

.container-fluid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.lg-section {
    padding-left: 15px;
    padding-right: 15px;
}

#sec-login-top {
    background-image: url(../images/member-portal-login_top.jpg);
    overflow: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: fadein 2s;
}

#img-login-top {
    background-image: url(../images/member-portal-login_logo2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    height: 158px;
    margin: auto;
}

#sec-login-bottom {
    width: 100%;
}



@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*
Registration Form
--------------------------------------------------*/
.aps-register {
    padding: 1em 2em 1em 2em;
}

    .aps-register h4 {
        font-size: 16px;
    }

    .pw-req, .list-group-item-success, .aps-register .form-group, .aps-register .form-group input, .aps-register button {
        font-size: 12px;
    }

        .list-group-item-success span, .text-danger {
            font-family: "Open Sans";
        }

.fa.fa-eye, .fa.fa-eye-slash {
    text-align: right;
    width: 100%;
}

.fa-eye:before, .fa-eye-slash:before {
    font-size: 16px;
}
