/*.cstmLogin_sctm {
    background: url("../images/bg-slider-banner.webp") no-repeat center;
    background-size: cover;
    position: relative;
}
.cstmLogin_sctm:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #E52628 0%, #18318C 100%);
	opacity: 0.5;
}*/
body {
    font-family: "Montserrat", sans-serif;
}

.cstmLogin_sctm {
    position: relative;
}

.logins_cstm_grid {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.liberia_logos {
    max-width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}

.cstm_login_Logo {
    position: relative;
    text-align: center;
}

.logins_cstm_sct {
    position: relative;
    max-width: 50%;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    flex: 0 0 50%;
}

.login_cstm_main {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 480px;
    margin: auto;
}

.login_cstm_inner {
    position: relative;
    width: 100%;
}

.cstm_right_inner h2 {
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.cstm_right_inner p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.bottom-log-text p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
}

.cstm_right_inner h5 {
    color: #fff;
}

.cstm_right_inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 70%;
    gap: 70px;
    padding: 40px;
    max-width: 620px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.logins_cstm_right {
    background: url("../images/bg-slider-banner.webp") no-repeat center;
    position: relative;
    background-size: cover;
    max-width: 50%;
    width: 100%;
    flex: 0 0 50%;
}

.logins_cstm_right:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #E52628 0%, #18318C 100%);
    opacity: 0.8;
}

label.cstmLabel_sctm {
    font-size: 16px;
    color: #000;
    position: relative;
    margin-bottom: 6px;
}

.logins_cstm_sct input.forms_control {
    min-height: 50px;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    background: transparent;
    font-family: "Montserrat", sans-serif;
}

.cstm_button_flexs a {
    color: #000;
    font-size: 16px;
}

span.rember_text {
    color: #000;
    padding-left: 9px;
}

.logins_cstm_sct input.forms_control:focus {
    border-color: #e52628;
}

.cstm_flex_login {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    justify-content: center;
    margin-top: 30px;
}

button.cstm_login_btns {
    position: relative;
    display: inline-flex;
    width: 100%;
    max-width: 180px;
    color: #e52628 !important;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e52628 !important;
    background-color: transparent;
    padding: 15px 30px !important;
    border-radius: 0;
    justify-content: center;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    box-shadow: none;
    outline: none;
}

button.cstm_login_btns:focus {
    box-shadow: none;
    background: #e52628;
}

button.cstm_login_btns:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-top: 1.5px solid #e52628;
    border-left: 1.5px solid #e52628;
    top: -5px;
    left: -5px;
}

button.cstm_login_btns:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-top: 1.5px solid #e52628;
    border-right: 1.5px solid #e52628;
    top: -5px;
    right: -5px;
}

button.cstm_login_btns span.cstm_span_btn:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-bottom: 1.5px solid #e52628;
    border-left: 1.5px solid #e52628;
    bottom: -5px;
    left: -5px;
}

button.cstm_login_btns span.cstm_span_btn:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-bottom: 1.5px solid #e52628;
    border-right: 1.5px solid #e52628;
    bottom: -5px;
    right: -5px;
}

button.cstm_login_btns:hover {
    background: #e52628 !important;
    transition: 0.5s ease;
    color: #fff !important;
}

button.cstm_login_btns:hover:before {
    top: 0px;
    left: 0px;
    transition: 0.5s ease;
}

button.cstm_login_btns:hover:after {
    top: 0px;
    right: 0px;
    transition: 0.5s ease;
}

button.cstm_login_btns:hover span.cstm_span_btn:before {
    bottom: 0px;
    left: 0px;
    transition: 0.5s ease;
}

button.cstm_login_btns:hover span.cstm_span_btn:after {
    bottom: 0px;
    right: 0px;
    transition: 0.5s ease;
}

.flex.cstm_button_flexs {
    justify-content: space-between;
}

.cstm_button_flexs a:hover {
    color: #e52628;
}

.cstm_button_flexs a:focus {
    outline: none;
    box-shadow: none;
}

.cstm_register_main {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.login_cstm_inner {
    position: relative;
    width: 100%;
    padding: 60px 60px
}

select.cstmSelect_cstm {
    min-height: 50px;
    border-color: #d1d5db;
    position: relative;
}

.cstm_register_inner {
    padding: 40px;
    position: relative;
}

button.cstm_register_btns {
    position: relative;
    display: inline-flex;
    width: 100%;
    max-width: 180px;
    color: #e52628 !important;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e52628 !important;
    background-color: transparent;
    padding: 15px 30px !important;
    border-radius: 0;
    justify-content: center;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    box-shadow: none;
    outline: none;
}

button.cstm_register_btns:focus {
    box-shadow: none;
    background: #e52628;
}

button.cstm_register_btns:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-top: 1.5px solid #e52628;
    border-left: 1.5px solid #e52628;
    top: -5px;
    left: -5px;
}

button.cstm_register_btns:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-top: 1.5px solid #e52628;
    border-right: 1.5px solid #e52628;
    top: -5px;
    right: -5px;
}

button.cstm_register_btns span.cstm_span_btn:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-bottom: 1.5px solid #e52628;
    border-left: 1.5px solid #e52628;
    bottom: -5px;
    left: -5px;
}

button.cstm_register_btns span.cstm_span_btn:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-bottom: 1.5px solid #e52628;
    border-right: 1.5px solid #e52628;
    bottom: -5px;
    right: -5px;
}

button.cstm_register_btns:hover {
    background: #e52628;
    transition: 0.5s ease;
    color: #fff !important;
}

button.cstm_register_btns:hover:before {
    top: 0px;
    left: 0px;
    transition: 0.5s ease;
}

button.cstm_register_btns:hover:after {
    top: 0px;
    right: 0px;
    transition: 0.5s ease;
}

button.cstm_register_btns:hover span.cstm_span_btn:before {
    bottom: 0px;
    left: 0px;
    transition: 0.5s ease;
}

button.cstm_register_btns:hover span.cstm_span_btn:after {
    bottom: 0px;
    right: 0px;
    transition: 0.5s ease;
}

select.cstmSelect_cstm:focus {
    border-color: #e52628;
    box-shadow: none;
    outline: none;
}

.forget_password_main {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 480px;
    margin: auto;
    position: relative;
}

.cstm_button_forgets {
    justify-content: center;
}

.cstm_forget_text p {
    font-size: 18px;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
    color: #565656;
    margin-bottom: 0;
    text-align: center;
}

button.cstm_forget_btns {
    position: relative;
    display: inline-flex;
    color: #e52628 !important;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e52628 !important;
    background-color: transparent;
    padding: 15px 30px !important;
    border-radius: 0;
    justify-content: center;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    box-shadow: none;
    outline: none;
}

button.cstm_forget_btns:focus {
    box-shadow: none;
    background: #e52628;
}

button.cstm_forget_btns:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-top: 1.5px solid #e52628;
    border-left: 1.5px solid #e52628;
    top: -5px;
    left: -5px;
}

button.cstm_forget_btns:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-top: 1.5px solid #e52628;
    border-right: 1.5px solid #e52628;
    top: -5px;
    right: -5px;
}

button.cstm_forget_btns span.cstm_span_btn:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-bottom: 1.5px solid #e52628;
    border-left: 1.5px solid #e52628;
    bottom: -5px;
    left: -5px;
}

button.cstm_forget_btns span.cstm_span_btn:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-bottom: 1.5px solid #e52628;
    border-right: 1.5px solid #e52628;
    bottom: -5px;
    right: -5px;
}

button.cstm_forget_btns:hover {
    background: #e52628;
    transition: 0.5s ease;
    color: #fff !important;
}

button.cstm_forget_btns:hover:before {
    top: 0px;
    left: 0px;
    transition: 0.5s ease;
}

button.cstm_forget_btns:hover:after {
    top: 0px;
    right: 0px;
    transition: 0.5s ease;
}

button.cstm_forget_btns:hover span.cstm_span_btn:before {
    bottom: 0px;
    left: 0px;
    transition: 0.5s ease;
}

button.cstm_forget_btns:hover span.cstm_span_btn:after {
    bottom: 0px;
    right: 0px;
    transition: 0.5s ease;
}


span.password-icon {
    right: 15px;
    top: 52%;
    cursor: pointer;
}

/***reset password csss****/
.reset-password-inner input {
    border-radius: 0px;
}

.reset-password-inner input:focus {
    border-color: #e52628 !important;
}

.reset-password-inner .reset-password-btn {
    position: relative;
    display: inline-flex;
    width: 100%;
    max-width: 256px;
    color: #e52628 !important;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e52628 !important;
    background-color: transparent;
    padding: 14px 20px !important;
    border-radius: 0;
    justify-content: center;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    box-shadow: none !important;
    outline: none !important;

}

.reset-password-inner .reset-password-btn:hover {
    background: #e52628 !important;
    transition: 0.5s ease;
    color: #fff !important;
}

.reset-password-inner .reset-password-btn:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-top: 1.5px solid #e52628;
    border-left: 1.5px solid #e52628;
    top: -5px;
    left: -5px;
}

.reset-password-inner .reset-password-btn:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-top: 1.5px solid #e52628;
    border-right: 1.5px solid #e52628;
    top: -5px;
    right: -5px;
}

.reset-password-inner .reset-password-btn span.cstm_span_btn:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-bottom: 1.5px solid #e52628;
    border-left: 1.5px solid #e52628;
    bottom: -5px;
    left: -5px;
}

.reset-password-inner .reset-password-btn span.cstm_span_btn:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: transparent;
    transition: 0.5s ease;
    border-bottom: 1.5px solid #e52628;
    border-right: 1.5px solid #e52628;
    bottom: -5px;
    right: -5px;
}


.reset-password-inner .reset-password-btn:hover:before {
    top: 0px;
    left: 0px;
    transition: 0.5s ease;
}

.reset-password-inner .reset-password-btn:hover:after {
    top: 0px;
    right: 0px;
    transition: 0.5s ease;
}

.reset-password-inner .reset-password-btn:hover span.cstm_span_btn:before {
    bottom: 0px;
    left: 0px;
    transition: 0.5s ease;
}

.reset-password-inner .reset-password-btn:hover span.cstm_span_btn:after {
    bottom: 0px;
    right: 0px;
    transition: 0.5s ease;
}

.reset-password-inner .reset-password-btn.active\:bg-gray-900:active,
button.cstm_forget_btns.active\:bg-gray-900:active {
    background: #E52628 !important;
}

.reset-password-inner .reset-password-btn:focus,
.reset-password-inner .reset-password-btn:focus-visible {
    background: #E52628 !important;
}

.reset-password-inner .reset-password-btn:focus span,
button.cstm_forget_btns:focus span,
.reset-password-inner .reset-password-btn:focus-visible span,
button.cstm_forget_btns:focus-visible span {
    color: #fff !important;
}

button.cstm_register_btns:focus span,
button.cstm_register_btns:focus-visible span,
.cstm_login_btns:focus span,
.cstm_login_btns:focus-visible span {
    color: #fff !important;
}

ul.error li {
    color: #ff0033;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}

.login_cstm_main .alert.alert-danger {
    background: transparent;
    border: navajowhite;
    padding: 0px;
    color: #ff0033;
    text-align: center;
    margin-bottom: 10px;
}


.login_cstm_inner .alert.alert-success {
    background: transparent;
    border: none;
    padding: 0px;
    text-align: center;
}

form#resendVerifyForm div#error-message {
    margin-bottom: 20px;
    text-align: center;
}

.resend-verify-email:focus {
    outline: none !important;
    box-shadow: none !important;
}

form#registration-form select {
    border-color: #d1d5db !important;
}

form#registration-form select:focus {
    border-color: #d1d5db !important;
    outline: none !important;
    box-shadow: none !important;
}

.remember_me input#remember_me {
    width: 20px;
    height: 20px;
    border-radius: 3px !important;
    color: #18318c !important;
}

.resend-verify-email {
    background: transparent !important;
    color: #18318c !important;
    border: none !important;
    padding: 0px !important;
    text-decoration: underline;
    margin-bottom: 19px;
    text-align: center;
    display: block !important;
    width: 100%;
}

.login_cstm_inner ul.error {
    text-align: center;
}

.new-lebel {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 30px;
}

section#steps-embed-p-4 label {
    line-height: 30px;
}
.cstm_register_main .actions.clearfix ul {
    border: none;
}




/*-------------Media Query--------------*/

@media only screen and (max-width:1300px) {
    .cstm_register_inner {
        padding: 20px 10px;
    }
    .main-plan-option label {
        font-size: 12px;
        line-height: 27px;
    }
    
}

@media only screen and (max-width:1024px) {
    .logins_cstm_sct input.forms_control {
        min-height: 40px;
    }

    select.cstmSelect_cstm {
        min-height: 40px;
    }

}

@media only screen and (max-width:991px) {
    .logins_cstm_grid {
        min-height: inherit;
        flex-direction: column-reverse;
        align-items: center;
    }

    .logins_cstm_sct {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 50px 0;
    }

    .logins_cstm_right {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 40px 0;
    }

    .login_cstm_inner {
        position: relative;
        width: 100%;
        padding: 0 0px;
    }

    .login_cstm_main {
        min-height: inherit;
    }

    .forget_password_main {
        min-height: inherit;
    }

    .cstm_register_main {
        min-height: inherit;
    }

    .reset-password-btn {
        margin-bottom: 4px;
    }

    .cstm_register_btns {
        margin: 0px 0px 4px !important;
    }

    .cstm_login_btns {
        margin: 0px 0px 4px !important;
    }

    button.cstm_forget_btns {
        padding: 15px 10px !important;
        margin: 0px 0px 4px !important;
    }

}

@media only screen and (max-width:767px) {

    .cstmLogin_sctm.pt-6 {
        padding: 0 !important;
    }

    .cstm_right_inner h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .cstm_right_inner p {
        font-size: 16px;
    }

    .liberia_logos {
        margin-bottom: 0px;
    }

    .cstm_register_inner {
        padding: 0;
    }
}