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

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

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

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

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

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

.campus-swiss .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 #464646;
}

.campus-swiss {
    position: relative;
    height: 100%;
}

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

.button {
    background: #4c4646;
}

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

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

.bg-image-login:after {
    background: rgba(59, 62, 71, 0.25);
}

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

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

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

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

.campus-swiss-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%;
}

.campus-swiss-login-form .title {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #464646;
    margin: 8px 0px 24px;
}

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

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

.bg-image-login .info .divider {
    background: #fff;
    width: 200px;
    height: 2px;
    margin-top: 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: 32px;
        line-height: 38px;
    }

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