.login-form-wrapper {
    margin-bottom: 3% !important;
}

.sc_layouts_title_title.page-heading-div,
.scheme_dark.footer_wrap .footer-links ul li.login-link {
    display: none;
}

.forms-wrapper {
    width: 95%;
    float: right;
    background-color: #f7f7f7;
    padding: 5% 9%;
    height: 100%;
}

.login-form-div .elementor-widget-shortcode,
.login-form-div .elementor-widget-container,
.login-form-div .elementor-shortcode {
    height: 100%;
}

.login-heading {
    font-family: 'zurich_btroman';
    font-size: 1.25em !important;
    font-weight: bold !important;
    color: #053c6d !important;
    line-height: 1.05 !important;
    padding: 1.9% 0 0 0;
    display: inline-block;
    margin-bottom: 10.3% !important
}

.btn-check-enrollment {
    background-color: #484647;
    float: right;
    color: white !important;
    height: 34px;
    font-size: 0.82em;
    line-height: 1.6;
    display: flex;
    align-items: center;
    padding: 0 5.3%;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
}

.btn-check-enrollment:hover {
    transition: all ease-in-out 0.5s;
    background-color: #353435;
}

.label {
    font-size: 0.88em;
    line-height: 1.5 !important;
    color: #1b1d1f !important;
    font-weight: normal;
    margin: 0 !important;
    padding-bottom: 2%;
}

.form-control input {
    background-color: white;
    max-height: 100% !important;
    border: none !important;
    padding: 0 5% !important;
    height: 40px;
    font-weight: normal;
    font-size: 1em;
    border: solid 0.5px #484647 !important;
    color: #1b1d1f !important;
    box-shadow: none;
    font-family: 'zurich_btroman';
}

.field {
    width: 100%;
    float: none;
    margin-bottom: 0 !important;
}
.txt-resend-otp{
    float: right;
    font-size: 0.88em;
    color: #053c6d;
    margin-bottom: 3%;
    cursor: pointer;
    text-decoration: underline;
}
form .col-md-12 {
    padding: 0;
}

.button {
    height: 45px !important;
    background-color: #053c6d !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    text-align: center;
    font-size: 1em !important;
    font-weight: normal !important;
    padding: 0 !important;
    width: 100%;
    cursor: pointer !important;
    transition: all ease-in-out 0.4s;
    box-shadow: none !important;
    font-family: 'Trebuchet MS' !important;
}

.input:focus {
    box-shadow: none;
}

.btn-login {
    margin-top: 5%  !important;
}

.button.v-btn--disabled {
    background-color: #053c6da8 !important;
    color: #ffffffcf !important;
}

.txt-forgot-password {
    font-size: 0.82em;
    float: right;
    color: #484647;
    text-decoration: underline;
    margin-bottom: 3%;
    cursor: pointer;
    line-height: 1.62;
}

.txt-forgot-password:hover {
    color: #053c6d;
}

form {
    width: 100%;
    float: left;
    margin-top: 0;
}

.forgot-password-note {
    font-size: 0.82em !important;
    font-weight: normal;
    color: #1b1d1f;
    line-height: 1.5;
    padding-bottom: 9%;
}

.password-sent-message {
    font-size: 1em;
    color: #1b1d1f;
    line-height: 1.6;
    padding-top: 6.6%;
    padding-bottom: 65%;
    width: 100%;
    float: left;
}

.enrolled-div {
    width: 100%;
    float: left;
    margin: 8.4% 0;
    display: table;
}

.txt-enrolled {
    font-size: 0.88em;
    color: #f07800;
    font-weight: normal;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
}

.btn-get-password {
    float: right;
    color: white !important;
    background-color: #f07800 !important;
    line-height: 1.54 !important;
    font-size: 0.82em !important;
    padding: 0 11% !important;
    height: 35px !important;
    box-shadow: none !important;
}

.txt-enrolled-password-sent {
    font-size: 0.88em;
    font-weight: normal;
    line-height: 1.5;
    color: #053c6d;
    text-align: center;
    display: block;
    padding: 4% 0 0 0;
}

.txt-not-enrolled {
    font-size: 1em;
    color: #f07800;
    font-weight: normal;
    line-height: 1.31;
    padding-top: 9.5%;
    padding-bottom: 21%;
}

.form-btn-check-enrollment {
    margin-top: 5% !important;
}

.help.is-danger,
.help {
    margin-top: 2% !important;
    color: red;
}


.login-banner-heading {
    margin: 0 !important;
    line-height: normal !important;
    color: white !important;
    font-size: 2em !important;
    font-weight: normal !important;
    font-family: 'zurich_btroman' !important;
}

.login-banner-heading strong {
    color: white !important;
}

.login-banner-subheading {
    margin: 0 !important;
    font-size: 0.94em !important;
    line-height: normal !important;
    color: white !important;
    padding: 5.7% 0;
    font-weight: 600 !important;
}

.login-banner-button {
    font-family: 'zurich_btroman' !important;
    background-color: #f07800;
    height: 50px;
    display: table;
    vertical-align: middle;
    margin: 0 auto !important;
    padding: 0 7.6%;
    cursor: pointer;
    margin-top: 6.6% !important;
}

.login-banner-button a {
    color: white !important;
    display: table-cell;
    vertical-align: middle;
    font-size: 0.96em;
    font-weight: normal;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
}

@media only screen and (max-width:1024px) {
    .login-page-wrapper {
        padding: 0 4.9% !important;
    }
    .login-heading {
        font-size: 1.13em !important;
    }
    .login-banner-heading {
        font-size: 1.7em !important;
    }
    .login-banner-button {
        height: 45px;
        padding: 0 7%;
    }
    .login-banner-button a {
        font-size: 0.88em;
    }
}

@media only screen and (max-width:992px) {
    .forms-wrapper {
        padding: 6%;
    }
    .btn-check-enrollment {
        height: 30px;
        font-size: 0.75em;
        padding: 0 5%;
    }
    .v-text-field input[type="text"],
    .v-text-field__slot input[type="text"],
    .v-text-field input[type="password"],
    .v-text-field input[type="email"],
    .v-text-field input[type="number"] {
        height: 35px;
        font-size: 0.88em;
    }
    .v-input .v-label {
        margin-bottom: 5px;
        font-size: 0.82em;
    }
    .button {
        height: 40px !important;
        font-size: 0.88em !important;
    }
    .txt-forgot-password {
        font-size: 0.75em;
        margin-top: 3%;
        margin-bottom: 7%;
    }
    .btn-get-password {
        padding: 0 7% !important;
        height: 30px !important;
        font-size: 0.75em !important;
    }
    .txt-enrolled {
        font-size: 0.82em;
    }
    .form-control input {
        font-size: 0.88em;
    }
}

@media only screen and (max-width:767px) {
    .login-page-wrapper {
        padding: 0 2% !important;
    }
    .forms-wrapper {
        padding: 6%;
        width: 100%;
        margin: 3% 0;
    }
    .forgot-password-note {
        font-size: 0.75em !important;
        padding-bottom: 7%;
    }
    .btn-check-enrollment {
        font-size: 0.82em;
        padding: 0 4%;
    }
    .label {
        padding-bottom: 2%;
        font-size: 0.82em;
    }
    .form-control input {
        height: 35px;
        font-size: 0.82em;
    }
    .field {
        margin-bottom: 5% !important;
    }
    .txt-forgot-password {
        margin-top: 0;
        margin-bottom: 9%;
    }
    .login-heading {
        margin-bottom: 8% !important;
        font-size: 1.05em !important;
    }
    .modal .animation-content {
        width: 94%;
    }
    .login-header .elementor-widget-container {
        padding: 5px 0px 10px 0px !important;
    }
    .login-header .elementor-widget-image .elementor-image img {
        margin: 0 4%;
        display: block;
        width: 25% !important;
    }
    .login-slider-div {
        width: 60% !important;
    }
    .login-banner-heading {
        font-size: 1.5em !important;
    }
    .login-banner-subheading {
        font-size: 0.88em !important;
    }
    .login-banner-button {
        margin-top: 4% !important;
        height: 40px;
    }
    .login-banner-button a {
        font-size: 0.82em;
    }
    .login-page-wrapper .elementor-container.elementor-column-gap-extended {
        padding: 0 !important;
    }
    .login-header-wrapper .elementor-column-wrap.elementor-element-populated {
        margin-bottom: 3% !important;
    }
}

@media only screen and (max-width:600px) {
    .login-slider-div {
        width: 100% !important;
    }
    .login-form-div {
        width: 100% !important;
    }
    .forms-wrapper {
        width: 100%;
        margin:3% 0;
    }
    .login-heading {
        margin-bottom: 5% !important;
    }
    .field {
        margin-bottom: 0 !important;
    }
    .login-header .elementor-element-populated {
        margin-bottom: 6% !important;
    }
    .txt-forgot-password {
        margin-bottom: 5%;
    }
    .login-banner-heading {
        font-size: 1.3em !important;
    }
    .login-banner-subheading {
        font-size: 0.82em !important;
        padding: 4% 0;
        font-weight: normal !important;
    }
    .login-banner-button {
        height: 36px;
        padding: 0 8%;
    }
    .login-header .elementor-column-wrap.elementor-element-populated {
        margin: 0 0 4% 0 !important;
    }
    .login-header .elementor-widget-image .elementor-image img {
        margin: 0 4%;
        display: block;
        width: 33% !important;
    }
}