.localization-tool-container, .localization-tool-container-login {
    width: 100%;
}

.new-password-page, .login-page, .register-page, .new-password-register-page, .registration-completed-page {
    width: 100%;
    background-image: url('https://s3.maxbrain.com/edu-public/afc-background.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    align-items: center;
    justify-content: center;
}


.bg-image-login:after {
    background: unset;
}

.bg-image-login {
    display: none;
}

.custom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1352px;
    padding: 24px 0px;
}

.content {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-left: 50px;
    padding-right: 0px;
    margin-top: 360px;
}

.kemaro {
    background: #0A2749;
    height: 100%;
}

.form-group .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #333333;
    margin-top: 30px;
}

.no-account-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #3B3E47;
}

.info h1 {
    font-weight: 500;
    font-size: 2.8vw;
    line-height: 3.6vw;
    margin-bottom: 0px;
    color: #fff;
}

.info p {
    font-weight: 400;
    font-size: 1.8vw;
    line-height: 2.4vw;
    color: #fff;
}

.button {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    background: #E64011;
}

.button.transparent {
    color: #fff;
    background: #E64011;
}

.input-label {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #0A2749;
}

.input-label.return-to-sign-in {
    font-size: 14px;
    line-height: 20px;
}

.input-label.forgot-password {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0A2749;
    margin: 16px 0px 10px;
}

#btn-login,
#btn-reset-pwd {
    background: #E64011;
}

.info .divider {
    background: #E64011;
    width: 200px;
    height: 2px;
    margin-top: 32px;
}

.login-page-form-container, .new-password-page-form-container, .register-page-form-container, .new-password-register-page-form-container {
    justify-content: flex-start;
    min-width: 300px;
    width: unset;
    overflow-y: unset;
}

.login-page-form-container .login-form, .new-password-page-form-container .login-form {
    position: relative;
    border-top: 4px solid #fff;
    background: #FFF;
    margin: 0px;
    z-index: 9;
}

.login-header {   
    padding: 48px 38px 32px;
}

.login-translate, .reset-password-translate {
    margin-top: 0px;
    margin-bottom: 14px;
    text-align: center;
    color: #0A2749;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px; 
}

button:disabled, button[disabled] {
    background: #ffa68c !important;
}

.form-wrapper {
    background-color: #F0F0F0;
    padding: 18px 32px 60px 32px;
}

.form-password-info-wrapper {
    padding: 48px 38px 0px;
}

#forgot-password {
    color: #E64011 !important;
}

@media screen and (min-width: 540px) {
    .custom-content {
        padding: 24px 30px;
    }

    .input-label {
        font-size: 18px;
        line-height: 22px;
    }

    .login-page-form-container, .new-password-page-form-container, .register-page-form-container, .new-password-register-page-form-container {
        justify-content: flex-start;
        min-width: 400px;
        width: unset;
        overflow-y: unset;
    }
}

.new-password-page-container, .login-page-container {
    min-height: 100vh;
}

@media screen and (min-width: 1022px) {
    .login-page-form-container .login-form, .new-password-page-form-container .login-form, .register-page-form-container .login-form, .new-password-register-page-form-container .login-form {
        position: relative;
        left: unset;
    }

    .content {
        display: block;
    }

    .custom-content {
        margin-left: -120px;
    }
}

@media screen and (min-width: 1480px) {
    .info h1 {
        font-size: 54px;
        line-height: 58px;
    }

    .info p {
        font-size: 32px;
        line-height: 36px;
    }
}

.afc .localization-tool-container-login,
.afc .localization-tool-container-reset-password,
.afc .localization-tool-container-register,
.afc .localization-tool-container-reset-password-register,
.afc .localization-tool-container-registration-completed {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.login-page-form-container .login-form, .new-password-page-form-container .login-form, .register-page-form-container .login-form, .new-password-register-page-form-container .login-form {
    padding: 0px;
}
