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

.login-page-form-container, .new-password-page-form-container, .register-page-form-container, .new-password-register-page-form-container {
    background: #2170BE;
}

.bg-image-login {
    background-image: url('https://s3.maxbrain.com/edu-public/coach-akademie-background.jpg');
}

.bg-image-login .info p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.coach-akademie .register-page-container .tenant-logo-wrapper .tenant-logo, .coach-akademie .new-password-register-page-container .tenant-logo-wrapper .tenant-logo {
    max-width: 100%;
    width: 100%;
}

.coach-akademie .register-page-container .tenant-logo-wrapper, .coach-akademie .new-password-register-page-container .tenant-logo-wrapper {
    margin-top: 0px;
}

.coach-akademie .register-page-container .go-back {
    color: #4c4646;
}

.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 {
    box-shadow: none;
    border-top: 4px solid #2170BE;
}

.coach-akademie {
    position: relative;
    height: 100%;
}

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

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F3F4F6 inset !important;
}

.input-label.forgot-password, .input-label.service-center-label, .input-label.return-to-sign-in  {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    color: #2170BE;
    margin: 12px 0px 10px;
}

.input-label.service-center-label, .input-label.return-to-sign-in {
    margin-top: 28px;
    text-align: center;
}

.no-account-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.button {
    background: #2170BE;
}

.button.register-button {
    background: #333333;
}

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

.login-footer a {
    color: #464646;
}

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

.bg-image-login .info .divider {
    background: #fff;
    width: 200px;
    height: 4px;
    margin-top: 20px;
}

.bg-image-login .content {
    margin-top: 320px;
    padding-left: 260px;
}

.login-header {
    padding: 60px 30px 24px;
}

.login-form {
    padding: 0 !important;
}

.coach-akademie-login-form {
    padding: 12px 30px 50px;
}

.input-label {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #464646;
}

.tenant-logo {
    max-width: 100%;
    width: 100%;
}

.coach-akademie-login-form .title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    line-height: 20px; 
    color: #1E293B;
    margin: 8px 0px 24px;
}

.bg-image-login .info h1 {
    font-size: 2.8vw;
    line-height: 3.6vw;
    font-weight: 500;
}

.bg-image-login .info p {
    font-weight: 400;
    font-size: 2vw;
    line-height: 3vw;
    margin-top: 30px;
}

.return-to-sign-in {
    font-size: 14px !important;
    line-height: 18px !important;
}

@media screen and (min-width: 540px) {
    .input-label {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1022px) {
    .new-password-page-container, .login-page-container {
        min-height: 100vh;
    }
}

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

    .bg-image-login .info p {
        font-size: 32px;
        line-height: 38px;
    }
}