body {
    position: relative;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAP0lEQVQYVyXKMQ7AMAgEwTuQqPj/EyldmAKbhihJuaNlZo6Zoaqw9wbPOdPdH4gIuNaaey/ey93BiBhV/YPEA/73HjVWc/OiAAAAAElFTkSuQmCC");
    background-position: center center;
    background-repeat: repeat;
    height: 100%;
}
.login-page {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    position: relative;
}
.login-page:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 30%;
    background-image:  url("../images/background-image.png");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
@media (min-width: 768px) {
    #header.public.-login {
        background: transparent;
    }
}
.close-button {
    position: relative;
    float: right;
    line-height: 1;
    padding: 3px 0;
}
.close-button .close-link {
    display: block;
    font-size: 20px;
}
.close-button .close-link > i {
    font-weight: 700;
}
.login-main {
    flex: 1 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-card {
    width: 530px;
    background: #FFFFFF;
    border: 2px solid #cccccc;
    padding: 30px;
}
.login-card .register-form {
    width: auto;
    float: none;
    padding: 0;
}
.login-card .register-form-header {
    margin: 0 0 30px;
}
.login-card .register-form-title {
    margin: 10px 0 15px 0;
    text-align: center;
}
.login-card .account-created-summary {
    margin: 25px 90px 0px 90px;
    padding: 10px 35px;
    background: url(../images/account_created_success.png) no-repeat 10px center #EEEEEE;
    font-size: 12px;
}
.login-card .register-form-summary {
    text-align: center;
    font-family: Georgia,serif;
    font-size: 18px;
    font-style: italic;
    padding: 0 70px;
}
.login-card .register-form-fields {
    padding: 0 45px;
}
.login-card .link-forgot {
    font-size: 12px;
    font-weight: 700;
}
.login-card .custom-check .check-text {
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}
.login-card .register-social {
    padding: 0 85px;
}
.login-card .register-social .control-social .introduction {
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    font-family: "Futura", Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}
.login-card .register-social .control-social .introduction:before {
    content: "";
    border-top: 1px dotted #b4b4b4;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    height: 2px;
    transform: translateY(-50%);
}
.login-card .register-social .control-social .introduction p {
    display: inline-block;
    padding: 0 10px;
    background: #ffffff;
    position: relative;
    z-index: 1;
}
.login-card .register-form-fields .form-fields-send {
    padding-top: 15px;
}
.login-card .register-form-fields .form-fields-send .btn-cta {
    width: 80%;
}
.login-card .register-account {
    text-align: center;
    padding: 30px 0 0;
}
.login-card .register-account-intro {
    font-size: 12px;
    font-weight: 900;
}
.login-card .register-account .register-btn .btn-cta {
    display: block;
    margin: 0 auto;
    width: 80%;
}
#footer.public.-login {
    min-height: 0;
}
@media (max-width: 767px) {
    .login-main {
        justify-content: stretch;
        align-items: stretch;
    }
    .login-card {
        width: 100%;
        padding: 0 30px;
        border: none;
    }
    .login-card .register-tabs {
        margin: 0 -30px;
    }
    .login-card .register-form-summary {
        padding: 0;
    }
    .login-card .register-form-fields {
        padding: 0;
    }
    .login-card .register-form-fields .form-fields-required {
        padding: 0 15px;
    }
    .login-card .register-social {
        padding: 0;
    }
    .login-card .register-social .control-social .linksocial li {
        padding: 0 10px;
    }
}
#modal-forgot-password .modal-dialog {
    border: none;
    width: 345px;
}
#modal-forgot-password .modal-header {
    background-color: #245f85;
}
#modal-forgot-password .modal-header .modal-close>a {
    color: #245f85;
    line-height: 0;
}
#modal-forgot-password .module-header .module-header-title {
    padding-top: 0px;
}
#modal-forgot-password .module-header .module-header-title .second-line {
    font-family: 'Futura', Arial;
    font-size: 26px;
    padding: 0 15px;
}
#modal-forgot-password .modal-body .account-found {
    padding: 20px;
}
#modal-forgot-password .modal-body .account-found h1 {
    font-family: 'Futura', 'Function Book Pro', Arial;
    font-weight: 100;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}
#modal-forgot-password .modal-body .account-found p {
    font-size: 12px;
}
#modal-forgot-password .modal-body .fields-required {
    color: #7C7C7C;
    font-style: italic;
    text-align: right;
    padding-right: 15px;
    margin-bottom: -5px;
}
#modal-forgot-password .modal-body .message-error-container {
    margin-bottom: 15px;
}
#modal-forgot-password .modal-body .btn-cta {
    width: 80%;
}
#modal-forgot-password .modal-body .btn-cta.disabled {
    background: #b9b9b9;
    /*color: #fff;*/
    border: 2px solid #b9b9b9;
    /*cursor: not-allowed;*/
    opacity: .85;
    /*box-shadow: none;*/
}
#modal-forgot-password .trouble {
    border-top: #7C7C7C dotted 1px;
    margin: 16px 0px 0px 0px;
    padding: 17px 15px 0px 15px;
    text-align: center;
}
#modal-forgot-password .trouble .issues {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
#modal-forgot-password .trouble .number {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 1px;
}
#modal-forgot-password .trouble .hours {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
@media (max-width: 767px) {
    .login-card .account-created-summary {
        margin: 40px 15px 0px 15px;
    }
    #modal-forgot-password .modal-dialog {
        height: auto;
        width: 100%;
    }
    #modal-forgot-password .modal-header .modal-close>a {
        color: #fff;
    }
    #modal-forgot-password .modal-body {
        padding: 15px 45px;
    }
    #modal-forgot-password .modal-body .fields-required {
        margin-bottom: -30px;
        padding-right: 0px;
    }
    #modal-forgot-password .modal-body .message-error-container {
        margin-bottom: 30px;
    }
    #modal-forgot-password .modal-body .btn-cta {
        width: 100%;
    }
    #modal-forgot-password .trouble {
        padding: 40px 0px 0px 0px;
    }
    #modal-forgot-password .trouble table {
        background-color: #DEF2FD;
        margin: 20px auto 30px auto;
        width: 65%;
    }
    #modal-forgot-password .trouble table td {
        color: #215664;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 700;
        padding: 20px 30px;
        vertical-align: middle;
    }
    #modal-forgot-password .trouble .issues {
        font-weight: 400;
    }
    #modal-forgot-password .trouble .hours {
        font-size: 15px;
        padding: 0px 15px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #modal-forgot-password .modal-dialog {
        min-width: 343px;
    }
    .login-card .account-created-summary {
        margin: 25px 60px 0px 60px;
    }
}