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

.bg-image-login {
    background-image: url('https://s3.maxbrain.com/edu-public/raumgestalter-background.jpg');
    align-items: flex-start;
}

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

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

.raumgestalter .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 #b10731;
    background: #f0f0f0;
}

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

.raumgestalter {
    position: relative;
    height: 100%;
}

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

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

.button {
    background: #b10731;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.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: #464646;
    width: 200px;
    height: 2px;
    margin-top: 20px;
}

.bg-image-login .content {
    margin-top: 120px;
}

.login-header {
    padding: 30px 30px 0px;
}

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

.raumgestalter-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: 185px;
    width: 185px;
}

.raumgestalter-login-form .title {
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 8px 0px 8px;
}

.bg-image-login .info h1 {
    color: #454545;
    font-size: 3vw;
    line-height: 3.8vw;
    font-weight: 500;
}

.bg-image-login .info p {
    color: #454545;
    font-weight: 500;
    font-size: 2.4vw;
    line-height: 3.2vw;
    font-weight: 500;
    margin-top: 30px;
}

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

.button.transparent {
    background: #454545;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.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: 20px;
        line-height: 24px;
    }
}
