/**
 * Reset Password Template Styles
 * Moved from inline styles in ResetPasswordTemplate.php for better performance and maintainability
 */

.fs-12 {
    font-size: 12px !important;
}

.welcom-login-out {
    background: var(--color-bg-surface);
    border-radius: 32px !important;
    max-width: 400px;
    padding: 32px 40px;
    width: 400px;
}

.login-form .form-control {
    padding: 8px 16px !important;
    background: #FFFFFF !important;
    border: 1px solid #EAE8E1 !important;
    border-radius: 8px !important;
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(17, 17, 17, 0.5) !important;
}

.welcome-txt {
    font-family: 'Kumbh Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    text-align: center !important;
    letter-spacing: -0.03em !important;
    color: #111111 !important;
    margin-bottom: 8px;
}

.login-account {
    font-family: 'Kumbh Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center !important;
    letter-spacing: -0.03em !important;
    color: rgba(17, 17, 17, 0.5) !important;
}

.login-account a {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.03em;
    text-decoration-line: underline;
    color: var(--color-accent-light);
}

#login_form {
    margin-top: 32px;
}

.form-label {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #111111;
}

.forgot-text {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: var(--color-accent-light);
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.cstm-btn {
    padding: 18px 20px;
    height: 50px;
    background: var(--color-accent-light) !important;
    margin-top: 0;
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    box-shadow: 0 0 3px 5px rgba(157, 128, 243, 0.4);
}

.login-right-new {
    width: 35%;
}

.login-aside {
    width: 65% !important;
    padding: 24px !important;
}

.bg {
    background-color: var(--color-bg-surface);
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

.rapid-img {
    margin-top: 0;
}

.cstm-h2 {
    font-family: 'Kumbh Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 32px !important;
    line-height: 130% !important;
    letter-spacing: -0.03em !important;
    color: #000000 !important;
}

.login-logo {
    min-height: auto;
    margin-bottom: 10px;
}

.footer-login {
    padding: 32px 40px;
    background: #E6E4DC;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    position: relative;
    z-index: 99;
}

.review-p {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: rgba(17, 17, 17, 0.6);
}

.userProfile .login-image {
    width: 40px;
    height: 40px;
}

.userProfile .login-image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.contentlogin h5 {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #111111;
}

.contentlogin p {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: rgba(17, 17, 17, 0.6);
}

.p-40 {
    padding: 40px;
}

.rapid-img {
    text-align: center;
    margin: 0 !important;
    position: relative;
    z-index: 99;
    width: 78%;
}

.images {
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-black {
    text-align: center;
}

/* Media Queries */
@media (min-width: 1024px) and (max-width: 1280px) {
    .login-aside {
        width: 60% !important;
    }

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

    img.img-fluid.right-img {
        right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .login-aside {
        width: 50% !important;
    }

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

@media (max-width: 992px) {
    .login-aside {
        width: 100% !important;
        height: auto;
    }

    .login-right-new {
        width: 100%;
    }

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

    .welcom-login-out {
        max-width: 500px;
        padding: 16px;
        width: 100%;
    }

    .images {
        height: auto;
    }

    .right-img,
    .left-img {
        display: none;
    }
}

@media (min-width: 1700px) {
    .welcom-login-out {
        margin-top: 0;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1440px) {
    .welcom-login-out {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }

    .review-p {
        font-size: 14px;
    }

    .login-logo {
        margin-bottom: 4px;
    }

    form#register_form {
        margin-top: 10px;
    }

    .welcome-txt {
        margin-bottom: 4px !important;
    }

    .mb-24 {
        margin-bottom: 10px !important;
    }

    .p-40 {
        padding: 16px 20px;
    }

    .footer-login {
        padding: 20px 20px;
    }

    .cstm-h2 {
        font-size: 24px !important;
    }

    .images {
        padding-bottom: 20px !important;
    }

    .mb-16 {
        margin-bottom: 12px !important;
    }

    .rapid-img {
        width: 68%;
    }
}

@media (min-width: 993px) and (max-width: 2500px) {
    .login-form-outer {
        align-items: center;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .cstm-right-new {
        padding-right: 24px;
    }
}

@media (max-width: 991px) {
    .login-aside {
        order: 2;
    }

    .p-40 {
        padding: 30px 20px !important;
    }

    .login-form {
        max-width: 100%;
        margin: 20px 0;
    }

    .welcom-login-out {
        padding: 20px;
    }

    .mb-32 {
        margin-bottom: 18px !important;
    }
}

@media (max-width: 576px) {
    .cstm-right-new {
        padding-inline: 24px;
    }

    .welcom-login-out {
        max-width: 100%;
    }
}
