@import 'Accounting.Web.Client.90funyqdtc.bundle.scp.css';

/* /Components/Layout/LoginLayout.razor.rz.scp.css */
/* =========================================================
   EMPTY LAYOUT
   Authentication / Public Pages
   ========================================================= */

.empty-layout[b-ah4co61hlh] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #F8FAFC;
    color: #1F2937;
}


/* =========================================================
   HEADER
   ========================================================= */

.empty-layout-header[b-ah4co61hlh] {
    width: 100%;
    height: 6px;
    flex: 0 0 6px;
    background: #2563EB;
    position: relative;
}


/* Small Strawberry Red brand accent */

.header-accent[b-ah4co61hlh] {
    position: absolute;
    top: 0;
    left: 50%;
    width: 110px;
    height: 6px;
    background: #FF2D55;
    border-radius: 0 0 6px 6px;
    transform: translateX(-50%);
}


/* =========================================================
   CONTENT
   ========================================================= */

.empty-layout-content[b-ah4co61hlh] {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #F8FAFC;
}


/* =========================================================
   FOOTER
   ========================================================= */

.empty-layout-footer[b-ah4co61hlh] {
    width: 100%;
    height: 6px;
    flex: 0 0 6px;
    background: #2563EB;
    position: relative;
}


/* Small Strawberry Red brand accent */

.footer-accent[b-ah4co61hlh] {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 110px;
    height: 6px;
    background: #FF2D55;
    border-radius: 6px 6px 0 0;
    transform: translateX(-50%);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 480px) {

    .empty-layout-header[b-ah4co61hlh],
    .empty-layout-footer[b-ah4co61hlh] {
        height: 4px;
        flex-basis: 4px;
    }

    .header-accent[b-ah4co61hlh],
    .footer-accent[b-ah4co61hlh] {
        width: 70px;
        height: 4px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* =========================================================
   LOGIN PAGE
   ========================================================= */

.login-page[b-6lnxlr6qsa] {
    width: 100%;
    min-height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: radial-gradient( circle at top right, rgba(37, 99, 235, 0.05), transparent 32% ), radial-gradient( circle at bottom left, rgba(255, 45, 85, 0.04), transparent 30% ), #F8FAFC;
    direction: rtl;
}


/* =========================================================
   LOGIN CARD
   ========================================================= */

.login-card[b-6lnxlr6qsa] {
    position: relative;
    width: 100%;
    max-width: 430px;
    padding: 38px 36px 32px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07), 0 2px 8px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}


    /* Small red accent on top */

    .login-card[b-6lnxlr6qsa]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 82px;
        height: 4px;
        background: #FF2D55;
        border-radius: 0 0 6px 6px;
        transform: translateX(-50%);
    }

/* =========================================================
   BRAND
   ========================================================= */

.login-brand[b-6lnxlr6qsa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}


/* Logo container */

.login-logo[b-6lnxlr6qsa] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}


/* Logo background */

.login-logo-mark[b-6lnxlr6qsa] {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
    overflow: hidden;
}


/* Actual image */

.login-image[b-6lnxlr6qsa] {
    display: block;
    width: 58px;
    height: 58px;
    object-fit: contain;
}


/* Brand title */

.login-brand-title[b-6lnxlr6qsa] {
    margin-bottom: 6px;
    color: #2563EB;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}


/* Main title */

.login-brand h1[b-6lnxlr6qsa] {
    margin: 0 0 7px;
    color: #1F2937;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
}


/* Description */

.login-brand p[b-6lnxlr6qsa] {
    margin: 0;
    color: #64748B;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
}


/* =========================================================
   FORM FIELD
   ========================================================= */

.login-field[b-6lnxlr6qsa] {
    width: 100%;
    margin-bottom: 18px;
}


    .login-field > label[b-6lnxlr6qsa] {
        display: block;
        margin-bottom: 8px;
        color: #1F2937;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.5;
    }


/* =========================================================
   INPUT WRAPPER
   IMPORTANT:
   Border belongs to .login-input
   ========================================================= */

.login-input[b-6lnxlr6qsa] {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    background: #FFFFFF;
    border: 1px solid #DCE3EA;
    border-radius: 13px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}


    /* Hover */

    .login-input:hover[b-6lnxlr6qsa] {
        border-color: #CBD5E1;
    }


    /* Focus */

    .login-input:focus-within[b-6lnxlr6qsa] {
        border-color: #FF2D55;
        box-shadow: 0 0 0 3px rgba(255, 45, 85, 0.10);
    }


/* =========================================================
   INPUT ICON
   ========================================================= */

.login-input-icon[b-6lnxlr6qsa] {
    flex: 0 0 20px;
    width: 20px;
    margin-left: 10px;
    color: #64748B;
    font-size: 14px;
    text-align: center;
    transition: color 0.18s ease;
}


/* Change icon color when field is focused */

.login-input:focus-within .login-input-icon[b-6lnxlr6qsa] {
    color: #2563EB;
}


/* =========================================================
   ACTUAL INPUT
   NO BORDER
   ========================================================= */

.login-input > input[b-6lnxlr6qsa] {
    flex: 1;
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    color: #1F2937;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    direction: rtl;
}


    /* Very important:
   browser focus must not add another border */

    .login-input > input:focus[b-6lnxlr6qsa] {
        border: none;
        outline: none;
        box-shadow: none;
    }


    /* Placeholder */

    .login-input > input[b-6lnxlr6qsa]::placeholder {
        color: #94A3B8;
        opacity: 1;
    }


/* =========================================================
   PASSWORD TOGGLE
   ========================================================= */

.password-toggle[b-6lnxlr6qsa] {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #64748B;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease;
}


    .password-toggle:hover[b-6lnxlr6qsa] {
        background: #F1F5F9;
        color: #2563EB;
    }


    .password-toggle:focus-visible[b-6lnxlr6qsa] {
        outline: 2px solid #2563EB;
        outline-offset: 2px;
    }


/* =========================================================
   LOGIN OPTIONS
   ========================================================= */

.login-options[b-6lnxlr6qsa] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
    margin-bottom: 22px;
}


/* Remember me */

.remember-me[b-6lnxlr6qsa] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #64748B;
    font-size: 11px;
    cursor: pointer;
    user-select: none;
}


    .remember-me input[b-6lnxlr6qsa] {
        width: 15px;
        height: 15px;
        margin: 0;
        accent-color: #2563EB;
        cursor: pointer;
    }


    .remember-me span[b-6lnxlr6qsa] {
        line-height: 1.5;
    }


/* Forgot password */

.login-forgot[b-6lnxlr6qsa] {
    color: #2563EB;
    font-size: 11px;
    font-weight: 500;
    transition: color 0.18s ease;
}


    .login-forgot:hover[b-6lnxlr6qsa] {
        color: #1E40AF;
        text-decoration: underline;
    }


/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.login-submit[b-6lnxlr6qsa] {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid #FF2D55;
    border-radius: 13px;
    background: #FF2D55;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(255, 45, 85, 0.18);
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}


    .login-submit:hover[b-6lnxlr6qsa] {
        background: #E31E3C;
        border-color: #E31E3C;
        box-shadow: 0 7px 18px rgba(255, 45, 85, 0.23);
        transform: translateY(-1px);
    }


    .login-submit:active[b-6lnxlr6qsa] {
        transform: translateY(0);
        box-shadow: 0 3px 9px rgba(255, 45, 85, 0.16);
    }


    .login-submit:focus-visible[b-6lnxlr6qsa] {
        outline: 2px solid #2563EB;
        outline-offset: 3px;
    }


/* =========================================================
   REGISTER
   ========================================================= */

.login-register[b-6lnxlr6qsa] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 24px;
    color: #64748B;
    font-size: 11px;
}


.login-register-link[b-6lnxlr6qsa] {
    color: #2563EB;
    font-weight: 600;
    transition: color 0.18s ease;
}


    .login-register-link:hover[b-6lnxlr6qsa] {
        color: #1E40AF;
        text-decoration: underline;
    }


/* =========================================================
   VALIDATION / ERROR SUPPORT
   ========================================================= */

.login-field-error[b-6lnxlr6qsa] {
    margin-top: 6px;
    color: #DC2626;
    font-size: 10px;
    line-height: 1.6;
}


.login-validation[b-6lnxlr6qsa] {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 12px;
    border: 1px solid #FECACA;
    border-radius: 10px;
    background: #FEF2F2;
    color: #B91C1C;
    font-size: 11px;
    line-height: 1.7;
    text-align: right;
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.login-input > input:focus-visible[b-6lnxlr6qsa] {
    outline: none;
}


.login-input:has(input:focus-visible)[b-6lnxlr6qsa] {
    border-color: #FF2D55;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 600px) {

    .login-page[b-6lnxlr6qsa] {
        padding: 24px 16px;
    }

    .login-card[b-6lnxlr6qsa] {
        max-width: 430px;
        padding: 32px 26px 28px;
        border-radius: 19px;
    }

    .login-brand[b-6lnxlr6qsa] {
        margin-bottom: 26px;
    }

        .login-brand h1[b-6lnxlr6qsa] {
            font-size: 19px;
        }

    .login-brand-title[b-6lnxlr6qsa] {
        font-size: 17px;
    }
}


@media (max-width: 400px) {

    .login-page[b-6lnxlr6qsa] {
        padding: 18px 12px;
    }

    .login-card[b-6lnxlr6qsa] {
        padding: 28px 20px 24px;
        border-radius: 17px;
    }

    .login-logo-mark[b-6lnxlr6qsa] {
        width: 68px;
        height: 68px;
    }

    .login-image[b-6lnxlr6qsa] {
        width: 52px;
        height: 52px;
    }

    .login-brand h1[b-6lnxlr6qsa] {
        font-size: 18px;
    }

    .login-brand p[b-6lnxlr6qsa] {
        font-size: 11px;
    }

    .login-input[b-6lnxlr6qsa],
    .login-submit[b-6lnxlr6qsa] {
        height: 50px;
    }

    .login-options[b-6lnxlr6qsa] {
        margin-bottom: 20px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .login-input[b-6lnxlr6qsa],
    .login-input-icon[b-6lnxlr6qsa],
    .password-toggle[b-6lnxlr6qsa],
    .login-submit[b-6lnxlr6qsa],
    .login-forgot[b-6lnxlr6qsa],
    .login-register-link[b-6lnxlr6qsa] {
        transition: none;
    }

        .login-submit:hover[b-6lnxlr6qsa] {
            transform: none;
        }
}
/* /Components/Pages/MyUser/ForgotPassword.razor.rz.scp.css */
/* =========================================================
   LOGIN PAGE
   ========================================================= */

.login-page[b-qf20e196fj] {
    width: 100%;
    min-height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: radial-gradient( circle at top right, rgba(37, 99, 235, 0.05), transparent 32% ), radial-gradient( circle at bottom left, rgba(255, 45, 85, 0.04), transparent 30% ), #F8FAFC;
    direction: rtl;
}


/* =========================================================
   LOGIN CARD
   ========================================================= */

.login-card[b-qf20e196fj] {
    position: relative;
    width: 100%;
    max-width: 430px;
    padding: 38px 36px 32px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07), 0 2px 8px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}


    /* Small red accent on top */

    .login-card[b-qf20e196fj]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 82px;
        height: 4px;
        background: #FF2D55;
        border-radius: 0 0 6px 6px;
        transform: translateX(-50%);
    }

/* =========================================================
   BRAND
   ========================================================= */

.login-brand[b-qf20e196fj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}


/* Logo container */

.login-logo[b-qf20e196fj] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}


/* Logo background */

.login-logo-mark[b-qf20e196fj] {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
    overflow: hidden;
}


/* Actual image */

.login-image[b-qf20e196fj] {
    display: block;
    width: 58px;
    height: 58px;
    object-fit: contain;
}


/* Brand title */

.login-brand-title[b-qf20e196fj] {
    margin-bottom: 6px;
    color: #2563EB;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}


/* Main title */

.login-brand h1[b-qf20e196fj] {
    margin: 0 0 7px;
    color: #1F2937;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
}


/* Description */

.login-brand p[b-qf20e196fj] {
    margin: 0;
    color: #64748B;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
}


/* =========================================================
   FORM FIELD
   ========================================================= */

.login-field[b-qf20e196fj] {
    width: 100%;
    margin-bottom: 18px;
}


    .login-field > label[b-qf20e196fj] {
        display: block;
        margin-bottom: 8px;
        color: #1F2937;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.5;
    }


/* =========================================================
   INPUT WRAPPER
   IMPORTANT:
   Border belongs to .login-input
   ========================================================= */

.login-input[b-qf20e196fj] {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    background: #FFFFFF;
    border: 1px solid #DCE3EA;
    border-radius: 13px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}


    /* Hover */

    .login-input:hover[b-qf20e196fj] {
        border-color: #CBD5E1;
    }


    /* Focus */

    .login-input:focus-within[b-qf20e196fj] {
        border-color: #FF2D55;
        box-shadow: 0 0 0 3px rgba(255, 45, 85, 0.10);
    }


/* =========================================================
   INPUT ICON
   ========================================================= */

.login-input-icon[b-qf20e196fj] {
    flex: 0 0 20px;
    width: 20px;
    margin-left: 10px;
    color: #64748B;
    font-size: 14px;
    text-align: center;
    transition: color 0.18s ease;
}


/* Change icon color when field is focused */

.login-input:focus-within .login-input-icon[b-qf20e196fj] {
    color: #2563EB;
}


/* =========================================================
   ACTUAL INPUT
   NO BORDER
   ========================================================= */

.login-input > input[b-qf20e196fj] {
    flex: 1;
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    color: #1F2937;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    direction: rtl;
}


    /* Very important:
   browser focus must not add another border */

    .login-input > input:focus[b-qf20e196fj] {
        border: none;
        outline: none;
        box-shadow: none;
    }


    /* Placeholder */

    .login-input > input[b-qf20e196fj]::placeholder {
        color: #94A3B8;
        opacity: 1;
    }


/* =========================================================
   PASSWORD TOGGLE
   ========================================================= */

.password-toggle[b-qf20e196fj] {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #64748B;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease;
}


    .password-toggle:hover[b-qf20e196fj] {
        background: #F1F5F9;
        color: #2563EB;
    }


    .password-toggle:focus-visible[b-qf20e196fj] {
        outline: 2px solid #2563EB;
        outline-offset: 2px;
    }


/* =========================================================
   LOGIN OPTIONS
   ========================================================= */

.login-options[b-qf20e196fj] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
    margin-bottom: 22px;
}


/* Remember me */

.remember-me[b-qf20e196fj] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #64748B;
    font-size: 11px;
    cursor: pointer;
    user-select: none;
}


    .remember-me input[b-qf20e196fj] {
        width: 15px;
        height: 15px;
        margin: 0;
        accent-color: #2563EB;
        cursor: pointer;
    }


    .remember-me span[b-qf20e196fj] {
        line-height: 1.5;
    }


/* Forgot password */

.login-forgot[b-qf20e196fj] {
    color: #2563EB;
    font-size: 11px;
    font-weight: 500;
    transition: color 0.18s ease;
}


    .login-forgot:hover[b-qf20e196fj] {
        color: #1E40AF;
        text-decoration: underline;
    }


/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.login-submit[b-qf20e196fj] {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid #FF2D55;
    border-radius: 13px;
    background: #FF2D55;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(255, 45, 85, 0.18);
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}


    .login-submit:hover[b-qf20e196fj] {
        background: #E31E3C;
        border-color: #E31E3C;
        box-shadow: 0 7px 18px rgba(255, 45, 85, 0.23);
        transform: translateY(-1px);
    }


    .login-submit:active[b-qf20e196fj] {
        transform: translateY(0);
        box-shadow: 0 3px 9px rgba(255, 45, 85, 0.16);
    }


    .login-submit:focus-visible[b-qf20e196fj] {
        outline: 2px solid #2563EB;
        outline-offset: 3px;
    }


/* =========================================================
   REGISTER
   ========================================================= */

.login-register[b-qf20e196fj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 24px;
    color: #64748B;
    font-size: 11px;
}


.login-register-link[b-qf20e196fj] {
    color: #2563EB;
    font-weight: 600;
    transition: color 0.18s ease;
}


    .login-register-link:hover[b-qf20e196fj] {
        color: #1E40AF;
        text-decoration: underline;
    }


/* =========================================================
   VALIDATION / ERROR SUPPORT
   ========================================================= */

.login-field-error[b-qf20e196fj] {
    margin-top: 6px;
    color: #DC2626;
    font-size: 10px;
    line-height: 1.6;
}


.login-validation[b-qf20e196fj] {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 12px;
    border: 1px solid #FECACA;
    border-radius: 10px;
    background: #FEF2F2;
    color: #B91C1C;
    font-size: 11px;
    line-height: 1.7;
    text-align: right;
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.login-input > input:focus-visible[b-qf20e196fj] {
    outline: none;
}


.login-input:has(input:focus-visible)[b-qf20e196fj] {
    border-color: #FF2D55;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 600px) {

    .login-page[b-qf20e196fj] {
        padding: 24px 16px;
    }

    .login-card[b-qf20e196fj] {
        max-width: 430px;
        padding: 32px 26px 28px;
        border-radius: 19px;
    }

    .login-brand[b-qf20e196fj] {
        margin-bottom: 26px;
    }

        .login-brand h1[b-qf20e196fj] {
            font-size: 19px;
        }

    .login-brand-title[b-qf20e196fj] {
        font-size: 17px;
    }
}


@media (max-width: 400px) {

    .login-page[b-qf20e196fj] {
        padding: 18px 12px;
    }

    .login-card[b-qf20e196fj] {
        padding: 28px 20px 24px;
        border-radius: 17px;
    }

    .login-logo-mark[b-qf20e196fj] {
        width: 68px;
        height: 68px;
    }

    .login-image[b-qf20e196fj] {
        width: 52px;
        height: 52px;
    }

    .login-brand h1[b-qf20e196fj] {
        font-size: 18px;
    }

    .login-brand p[b-qf20e196fj] {
        font-size: 11px;
    }

    .login-input[b-qf20e196fj],
    .login-submit[b-qf20e196fj] {
        height: 50px;
    }

    .login-options[b-qf20e196fj] {
        margin-bottom: 20px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .login-input[b-qf20e196fj],
    .login-input-icon[b-qf20e196fj],
    .password-toggle[b-qf20e196fj],
    .login-submit[b-qf20e196fj],
    .login-forgot[b-qf20e196fj],
    .login-register-link[b-qf20e196fj] {
        transition: none;
    }

        .login-submit:hover[b-qf20e196fj] {
            transform: none;
        }
}
/* /Components/Pages/MyUser/ResetPassword.razor.rz.scp.css */
/* =========================================================
   LOGIN PAGE
   ========================================================= */

.login-page[b-0pnl2rda88] {
    width: 100%;
    min-height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: radial-gradient( circle at top right, rgba(37, 99, 235, 0.05), transparent 32% ), radial-gradient( circle at bottom left, rgba(255, 45, 85, 0.04), transparent 30% ), #F8FAFC;
    direction: rtl;
}


/* =========================================================
   LOGIN CARD
   ========================================================= */

.login-card[b-0pnl2rda88] {
    position: relative;
    width: 100%;
    max-width: 430px;
    padding: 38px 36px 32px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07), 0 2px 8px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}


    /* Small red accent on top */

    .login-card[b-0pnl2rda88]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 82px;
        height: 4px;
        background: #FF2D55;
        border-radius: 0 0 6px 6px;
        transform: translateX(-50%);
    }

/* =========================================================
   BRAND
   ========================================================= */

.login-brand[b-0pnl2rda88] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}


/* Logo container */

.login-logo[b-0pnl2rda88] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}


/* Logo background */

.login-logo-mark[b-0pnl2rda88] {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
    overflow: hidden;
}


/* Actual image */

.login-image[b-0pnl2rda88] {
    display: block;
    width: 58px;
    height: 58px;
    object-fit: contain;
}


/* Brand title */

.login-brand-title[b-0pnl2rda88] {
    margin-bottom: 6px;
    color: #2563EB;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}


/* Main title */

.login-brand h1[b-0pnl2rda88] {
    margin: 0 0 7px;
    color: #1F2937;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
}


/* Description */

.login-brand p[b-0pnl2rda88] {
    margin: 0;
    color: #64748B;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
}


/* =========================================================
   FORM FIELD
   ========================================================= */

.login-field[b-0pnl2rda88] {
    width: 100%;
    margin-bottom: 18px;
}


    .login-field > label[b-0pnl2rda88] {
        display: block;
        margin-bottom: 8px;
        color: #1F2937;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.5;
    }


/* =========================================================
   INPUT WRAPPER
   IMPORTANT:
   Border belongs to .login-input
   ========================================================= */

.login-input[b-0pnl2rda88] {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    background: #FFFFFF;
    border: 1px solid #DCE3EA;
    border-radius: 13px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}


    /* Hover */

    .login-input:hover[b-0pnl2rda88] {
        border-color: #CBD5E1;
    }


    /* Focus */

    .login-input:focus-within[b-0pnl2rda88] {
        border-color: #FF2D55;
        box-shadow: 0 0 0 3px rgba(255, 45, 85, 0.10);
    }


/* =========================================================
   INPUT ICON
   ========================================================= */

.login-input-icon[b-0pnl2rda88] {
    flex: 0 0 20px;
    width: 20px;
    margin-left: 10px;
    color: #64748B;
    font-size: 14px;
    text-align: center;
    transition: color 0.18s ease;
}


/* Change icon color when field is focused */

.login-input:focus-within .login-input-icon[b-0pnl2rda88] {
    color: #2563EB;
}


/* =========================================================
   ACTUAL INPUT
   NO BORDER
   ========================================================= */

.login-input > input[b-0pnl2rda88] {
    flex: 1;
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    color: #1F2937;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    direction: rtl;
}


    /* Very important:
   browser focus must not add another border */

    .login-input > input:focus[b-0pnl2rda88] {
        border: none;
        outline: none;
        box-shadow: none;
    }


    /* Placeholder */

    .login-input > input[b-0pnl2rda88]::placeholder {
        color: #94A3B8;
        opacity: 1;
    }


/* =========================================================
   PASSWORD TOGGLE
   ========================================================= */

.password-toggle[b-0pnl2rda88] {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #64748B;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease;
}


    .password-toggle:hover[b-0pnl2rda88] {
        background: #F1F5F9;
        color: #2563EB;
    }


    .password-toggle:focus-visible[b-0pnl2rda88] {
        outline: 2px solid #2563EB;
        outline-offset: 2px;
    }


/* =========================================================
   LOGIN OPTIONS
   ========================================================= */

.login-options[b-0pnl2rda88] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
    margin-bottom: 22px;
}


/* Remember me */

.remember-me[b-0pnl2rda88] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #64748B;
    font-size: 11px;
    cursor: pointer;
    user-select: none;
}


    .remember-me input[b-0pnl2rda88] {
        width: 15px;
        height: 15px;
        margin: 0;
        accent-color: #2563EB;
        cursor: pointer;
    }


    .remember-me span[b-0pnl2rda88] {
        line-height: 1.5;
    }


/* Forgot password */

.login-forgot[b-0pnl2rda88] {
    color: #2563EB;
    font-size: 11px;
    font-weight: 500;
    transition: color 0.18s ease;
}


    .login-forgot:hover[b-0pnl2rda88] {
        color: #1E40AF;
        text-decoration: underline;
    }


/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.login-submit[b-0pnl2rda88] {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid #FF2D55;
    border-radius: 13px;
    background: #FF2D55;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(255, 45, 85, 0.18);
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}


    .login-submit:hover[b-0pnl2rda88] {
        background: #E31E3C;
        border-color: #E31E3C;
        box-shadow: 0 7px 18px rgba(255, 45, 85, 0.23);
        transform: translateY(-1px);
    }


    .login-submit:active[b-0pnl2rda88] {
        transform: translateY(0);
        box-shadow: 0 3px 9px rgba(255, 45, 85, 0.16);
    }


    .login-submit:focus-visible[b-0pnl2rda88] {
        outline: 2px solid #2563EB;
        outline-offset: 3px;
    }


/* =========================================================
   REGISTER
   ========================================================= */

.login-register[b-0pnl2rda88] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 24px;
    color: #64748B;
    font-size: 11px;
}


.login-register-link[b-0pnl2rda88] {
    color: #2563EB;
    font-weight: 600;
    transition: color 0.18s ease;
}


    .login-register-link:hover[b-0pnl2rda88] {
        color: #1E40AF;
        text-decoration: underline;
    }


/* =========================================================
   VALIDATION / ERROR SUPPORT
   ========================================================= */

.login-field-error[b-0pnl2rda88] {
    margin-top: 6px;
    color: #DC2626;
    font-size: 10px;
    line-height: 1.6;
}


.login-validation[b-0pnl2rda88] {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 12px;
    border: 1px solid #FECACA;
    border-radius: 10px;
    background: #FEF2F2;
    color: #B91C1C;
    font-size: 11px;
    line-height: 1.7;
    text-align: right;
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.login-input > input:focus-visible[b-0pnl2rda88] {
    outline: none;
}


.login-input:has(input:focus-visible)[b-0pnl2rda88] {
    border-color: #FF2D55;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 600px) {

    .login-page[b-0pnl2rda88] {
        padding: 24px 16px;
    }

    .login-card[b-0pnl2rda88] {
        max-width: 430px;
        padding: 32px 26px 28px;
        border-radius: 19px;
    }

    .login-brand[b-0pnl2rda88] {
        margin-bottom: 26px;
    }

        .login-brand h1[b-0pnl2rda88] {
            font-size: 19px;
        }

    .login-brand-title[b-0pnl2rda88] {
        font-size: 17px;
    }
}


@media (max-width: 400px) {

    .login-page[b-0pnl2rda88] {
        padding: 18px 12px;
    }

    .login-card[b-0pnl2rda88] {
        padding: 28px 20px 24px;
        border-radius: 17px;
    }

    .login-logo-mark[b-0pnl2rda88] {
        width: 68px;
        height: 68px;
    }

    .login-image[b-0pnl2rda88] {
        width: 52px;
        height: 52px;
    }

    .login-brand h1[b-0pnl2rda88] {
        font-size: 18px;
    }

    .login-brand p[b-0pnl2rda88] {
        font-size: 11px;
    }

    .login-input[b-0pnl2rda88],
    .login-submit[b-0pnl2rda88] {
        height: 50px;
    }

    .login-options[b-0pnl2rda88] {
        margin-bottom: 20px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .login-input[b-0pnl2rda88],
    .login-input-icon[b-0pnl2rda88],
    .password-toggle[b-0pnl2rda88],
    .login-submit[b-0pnl2rda88],
    .login-forgot[b-0pnl2rda88],
    .login-register-link[b-0pnl2rda88] {
        transition: none;
    }

        .login-submit:hover[b-0pnl2rda88] {
            transform: none;
        }
}
/* /Components/Pages/MyUser/VerifyForgotPassword.razor.rz.scp.css */
body[b-810wdnlo1j] {
}
