.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/zfu_background.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

.new-password-page::after, .login-page::after, .register-page::after, .new-password-register-page::after, .registration-completed-page::after {
    content: '';
    background: rgba(59, 62, 71, 0.55);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

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

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

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

.kemaro {
    background:  #003A76;
    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: 3vw;
    line-height: 3.6vw;
    margin-bottom: 0px;
    color: #fff;
}

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

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

.button.transparent {
    color: #fff;
    background: #003A76;
}

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

.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: #3B3E47;
}

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

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

.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 #F07E2F;
    background: #F0F0F0;
    margin: 0px;
    z-index: 9;
}

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

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

    .input-label {
        font-size: 16px;
        line-height: 20px;
    }

    .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;
    }
}

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

    .info p {
        font-size: 20px;
        line-height: 30px;
    }
}

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