/* last updated by Farah on 8/24/17 */

html, body {
    margin: 0;
    padding: 0;
    height: 100%; /* needed for container min-height */
    background-image: url("../images/Blurred-Login-Image-1920x1080.jpg");
    background-repeat: no-repeat;
    background-size: 100% 90%;
}

#header {
    display: none;
}
.login-logo-div {
    padding: 0px;
}
.login-h1-div {
    margin-top: -20px;
    padding: 0px;
}
.h1-cloud {
    color: #6D6E70;
    text-transform: uppercase;
}
#login_page {
    position: relative; /* needed for footer positioning*/
    height: auto !important; /* real browsers */
    min-height: 100%; /* real browsers */
}
.loginForm-div {
    margin-top: 65px;
}
.login-input-field {
    height: 45px;
    font-size: 17px;
}
.facebook-login {
    background-color: rgb(62,86,155);
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 0px;
    padding: 10px 16px;
    border: 1px solid rgb(62,86,155);
    font-size: 18px;
}
.input-group-addon input[type=checkbox] {
    margin-right: 5px;
}
.forgot-pw-login-btn {
    margin-bottom: 20px;
    margin-top: 20px;
}
.forgot_password {
    position: absolute;
    bottom: -47px;
}
.forgot_password > a {
    color: #6d6e70;
    text-decoration: underline;
}
.login-page-bottom-links {
    text-decoration: underline;
}
#formcheckbox .input-group-addon {
    background-color: transparent;
    color: #6d6e70;
    font-size :16px;
}
.reset_password {
    padding-top: 50px;
    padding-bottom: 70px;
}
.login-h4 {
    color: #6d6e70;
    margin-top: -20px;
    margin-bottom: 20px;
}
.browser-notice {
    text-align: center;
    color: #6d6e70;
    font-size: 16px;
}
.browser-notice > a {
    color: #6d6e70;
}
.hr-style-login {
    padding: 0px;
}
.hr-style {
    border-top: 1px solid #6d6e70;
}
.login-OR {
    text-align: center;
    margin-top: 10px;
    color: #6d6e70;
}

@media (max-width: 1700px) {
    body {
        background-image: url("../images/Blurred-Login-Image-1700x956.jpg");
        background-repeat: no-repeat;
        background-size: 100% 90%;
    }
}
@media (max-width: 1024px ) {
    body {
        background-image: url("../images/Blurred-Login-Image-1024x768.jpg");
        background-repeat: no-repeat;
        background-size: 100% 90%;
    }
}
@media (max-width: 991px) {
    .h1-cloud {
        font-size: 28px;
    }
}
@media (max-width: 768px ) {
    body {
        background-image: url("../images/Blurred-Login-Image-768x1025.jpg");
        background-repeat: no-repeat;
        background-size: 100% 90%;
    }
}
@media (max-width: 598px) {
    .h1-cloud {
        font-size: 22px;
    }
    .loginForm-div {
        margin-top: 45px;
    }
}
@media (max-width: 500px ) {
    body {
        background-image: url("../images/Blurred-Login-Image-500x800.jpg");
        background-repeat: no-repeat;
        background-size: 100% 90%;
    }
    .login-h4 {
        font-size: 16px;
        margin-top: 0px;
    }
    .facebook-login {
        font-size: 16px;
    }
    .forgot-pw-login-btn {
        margin-bottom: 0px;
    }
}
