/* _content/BackOfficeBlazorServer/Components/Layout/Header.razor.rz.scp.css */


/* _content/BackOfficeBlazorServer/Components/Layout/HeaderCustomer.razor.rz.scp.css */
.navbar.header-navbar[b-i3655v36ix] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border-bottom: 1px solid black;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .25);
}

.header-navbar .navbar-toggler[b-i3655v36ix] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-i3655v36ix] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-i3655v36ix] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-i3655v36ix] {
        font-size: inherit;
    }
}
/* _content/BackOfficeBlazorServer/Components/Layout/HeaderStaff.razor.rz.scp.css */
.navbar.header-navbar[b-466ia1c3qd] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border-bottom: 1px solid black;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .25);
}

.header-navbar .navbar-toggler[b-466ia1c3qd] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-466ia1c3qd] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-466ia1c3qd] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-466ia1c3qd] {
        font-size: inherit;
    }
}
/* _content/BackOfficeBlazorServer/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/BackOfficeBlazorServer/Components/Layout/MainLayoutCustomer.razor.rz.scp.css */


/* _content/BackOfficeBlazorServer/Components/Layout/MainLayoutStaff.razor.rz.scp.css */
.page[b-lbmljukrks] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-lbmljukrks] .page-layout,
[b-lbmljukrks] .page-layout > .dx-gridlayout-root,
[b-lbmljukrks] .layout-item {
    background-color: inherit;
}

[b-lbmljukrks] .content {
    padding: 0 0 0 0;
    overflow: auto;
    overflow-x: hidden;
    margin-top: 90px;
}

@media (max-width: 1199.98px) {
    [b-lbmljukrks] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-lbmljukrks] .fit-width {
    max-width: 100%;
}

[b-lbmljukrks] .mw-1100 {
    max-width: 1100px;
}

/* _content/BackOfficeBlazorServer/Components/Layout/Navigation.razor.rz.scp.css */
/* _content/BackOfficeBlazorServer/Components/Layout/NavigationCustomer.razor.rz.scp.css */
/* _content/BackOfficeBlazorServer/Components/Layout/NavigationStaff.razor.rz.scp.css */
/* _content/BackOfficeBlazorServer/Features/Account/Pages/AccountLayout.razor.rz.scp.css */

html[b-d5fvl1e1m1], body[b-d5fvl1e1m1] {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.account-page-wrapper[b-d5fvl1e1m1] {
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.88) 0%, rgba(233, 236, 239, 0.90) 100%), url('/images/background_loginpage.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 20px 20px 20px;
    position: relative;
}

    .account-page-wrapper[b-d5fvl1e1m1]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: radial-gradient(circle at 1px 1px, rgba(0,0,0,0.02) 1px, transparent 0);
        background-size: 20px 20px;
        pointer-events: none;
    }

.account-wrapper[b-d5fvl1e1m1] {
    display: flex;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 900px;
    width: 100%;
    min-height: 500px;
    position: relative;
}

.branding-panel[b-d5fvl1e1m1] {
    background: linear-gradient(135deg, #a61e1e 0%, #8b1538 100%);
    flex: 1;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px;
    color: white;
    position: relative;
    overflow: hidden;
}

    .branding-panel[b-d5fvl1e1m1]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 80%, rgba(255,0,0,0.2) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255,0,0,0.15) 0%, transparent 50%);
        animation: emergency-glow-b-d5fvl1e1m1 4s ease-in-out infinite alternate;
    }

@keyframes emergency-glow-b-d5fvl1e1m1 {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.7;
    }
}

.emergency-indicators[b-d5fvl1e1m1] {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    display: flex;
    gap: 8px;
}

.status-light[b-d5fvl1e1m1] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff0000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
}

    .status-light:nth-child(1)[b-d5fvl1e1m1] {
        animation: emergency-blink-b-d5fvl1e1m1 1s infinite;
    }

    .status-light:nth-child(2)[b-d5fvl1e1m1] {
        animation: emergency-blink-b-d5fvl1e1m1 1s infinite 0.5s;
    }

@keyframes emergency-blink-b-d5fvl1e1m1 {
    0%, 50% {
        opacity: 1;
        transform: scale(1);
    }

    25%, 75% {
        opacity: 0.3;
        transform: scale(0.8);
    }
}

.brand-logo[b-d5fvl1e1m1] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 16px;
    z-index: 2;
    position: relative;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    letter-spacing: -1px;
}

    .brand-logo .tm[b-d5fvl1e1m1] {
        font-size: 1.2rem;
        vertical-align: super;
        opacity: 0.8;
    }

.brand-tagline[b-d5fvl1e1m1] {
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.95;
    text-align: center;
    line-height: 1.5;
    z-index: 2;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.brand-subtitle[b-d5fvl1e1m1] {
    font-size: 0.95rem;
    opacity: 0.85;
    margin-top: 24px;
    text-align: center;
    z-index: 2;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.content-panel[b-d5fvl1e1m1] {
    flex: 1;
    padding: 32px 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #ffffff;
    min-height: 500px;
    overflow: visible;
}

.page-header[b-d5fvl1e1m1] {
    margin-bottom: 24px;
    margin-top: 0;
}

.page-title[b-d5fvl1e1m1] {
    font-size: 2rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
    outline: none !important;
    border: none !important;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    pointer-events: none;
}

    .page-title:focus[b-d5fvl1e1m1] {
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

.page-subtitle[b-d5fvl1e1m1] {
    color: #718096;
    font-size: 1rem;
}

/* Form Styling */
.form-group[b-d5fvl1e1m1] {
    margin-bottom: 20px;
    position: relative;
}

.form-label[b-d5fvl1e1m1] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2d3748;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .form-label[b-d5fvl1e1m1]::before {
        font-size: 1.1rem;
        opacity: 0.7;
    }

    .form-label.email-label[b-d5fvl1e1m1]::before {
        content: "📧";
    }

    .form-label.password-label[b-d5fvl1e1m1]::before {
        content: "🔒";
    }

.btn-primary[b-d5fvl1e1m1] {
    width: 100%;
    padding: 18px 24px;
    background: linear-gradient(135deg, #3182ce, #2c5aa0);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(49, 130, 206, 0.3);
    margin-bottom: 16px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

    .btn-primary:hover[b-d5fvl1e1m1] {
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(49, 130, 206, 0.4);
        background: linear-gradient(135deg, #2c5aa0, #2a5298);
    }

/* Syncfusion customizations */
.e-input-group.e-control-wrapper[b-d5fvl1e1m1] {
    border-radius: 12px !important;
    border: 2px solid #e2e8f0 !important;
    transition: all 0.3s ease !important;
    background: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

    .e-input-group.e-control-wrapper:focus-within[b-d5fvl1e1m1] {
        border-color: #3182ce !important;
        box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1), 0 4px 12px rgba(49, 130, 206, 0.15) !important;
        transform: translateY(-1px);
    }

    .e-input-group.e-control-wrapper:hover[b-d5fvl1e1m1] {
        border-color: #cbd5e0 !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08) !important;
    }

.e-float-input.e-control-wrapper .e-float-line[b-d5fvl1e1m1]::before,
.e-float-input.e-control-wrapper .e-float-line[b-d5fvl1e1m1]::after {
    background: #3182ce !important;
}

.e-float-input.e-control-wrapper .e-float-text[b-d5fvl1e1m1] {
    color: #4a5568 !important;
    font-weight: 500 !important;
}

.e-input[b-d5fvl1e1m1] {
    padding: 18px 24px !important;
    font-size: 1rem !important;
    color: #2d3748 !important;
    background: transparent !important;
    border: none !important;
}

    .e-input[b-d5fvl1e1m1]::placeholder {
        color: #a0aec0 !important;
        font-weight: 400 !important;
    }

/* Links styling */
.account-links[b-d5fvl1e1m1] {
    margin: 16px 0;
}

    .account-links a[b-d5fvl1e1m1] {
        color: #3182ce;
        text-decoration: none;
        font-size: 0.9rem;
        transition: color 0.3s ease;
        display: block;
        margin-bottom: 8px;
    }

        .account-links a:hover[b-d5fvl1e1m1] {
            color: #2c5aa0;
            text-decoration: underline;
        }

/* Notice styling */
.notice[b-d5fvl1e1m1] {
    padding: 12px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    border-left: 4px solid #a61e1e;
    margin-top: 16px;
}

.notice-text[b-d5fvl1e1m1] {
    font-size: 0.8rem;
    color: #4a5568;
    line-height: 1.4;
}

.medical-pulse[b-d5fvl1e1m1] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #3182ce, transparent);
    animation: pulse-flow-b-d5fvl1e1m1 3s ease-in-out infinite;
}

@keyframes pulse-flow-b-d5fvl1e1m1 {
    0%, 100% {
        opacity: 0;
        transform: scaleX(0);
    }

    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .account-page-wrapper[b-d5fvl1e1m1] {
        padding: 20px 10px;
        align-items: flex-start;
    }

    .account-wrapper[b-d5fvl1e1m1] {
        flex-direction: column;
        max-width: 100%;
        margin-top: 0;
    }

    .branding-panel[b-d5fvl1e1m1] {
        min-height: 180px;
        padding: 24px;
    }

    .content-panel[b-d5fvl1e1m1] {
        padding: 24px;
        min-height: auto;
    }

    .brand-logo[b-d5fvl1e1m1] {
        font-size: 2.2rem;
    }

    .page-title[b-d5fvl1e1m1] {
        font-size: 1.5rem;
    }

    .brand-tagline[b-d5fvl1e1m1] {
        font-size: 1rem;
    }

    .brand-subtitle[b-d5fvl1e1m1] {
        font-size: 0.85rem;
    }
}

/* Only target the specific title elements that cause selection issues */
.page-title[b-d5fvl1e1m1] {
    font-size: 2rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
    outline: none !important;
    border: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-tap-highlight-color: transparent !important;
    cursor: default !important;
}

    .page-title:focus[b-d5fvl1e1m1] {
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

.page-subtitle[b-d5fvl1e1m1] {
    color: #718096;
    font-size: 1rem;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Validation styling */
.validation-message[b-d5fvl1e1m1] {
    color: #e53e3e;
    font-size: 0.8rem;
    margin-top: 4px;
}

.text-danger[b-d5fvl1e1m1] {
    color: #e53e3e !important;
}

/* _content/BackOfficeBlazorServer/Features/Account/Pages/Login.razor.rz.scp.css */
<style >
/* Login Page Specific Styles */
.login-page-wrapper[b-pjrix89519] {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
}

.login-page-wrapper[b-pjrix89519]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(0,0,0,0.02) 1px, transparent 0);
    background-size: 20px 20px;
    pointer-events: none;
}

.login-wrapper[b-pjrix89519] {
    display: flex;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 900px;
    width: 100%;
    min-height: 500px;
    position: relative;
}

.branding-panel[b-pjrix89519] {
    background: linear-gradient(135deg, rgba(166, 30, 30, 0.85) 0%, rgba(139, 21, 56, 0.9) 100%), url('/images/ambulance-background.jpg'); /* Replace with your ambulance image path */
    background-size: cover;
    background-position: center;
    flex: 1;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px;
    color: white;
    position: relative;
    overflow: hidden;
}

    .branding-panel[b-pjrix89519]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 20% 80%, rgba(255,0,0,0.2) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255,0,0,0.15) 0%, transparent 50%);
        animation: emergency-glow-b-pjrix89519 4s ease-in-out infinite alternate;
    }

@keyframes emergency-glow-b-pjrix89519 {
    0% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.7;
    }
}

.emergency-indicators[b-pjrix89519] {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    display: flex;
    gap: 8px;
}

.status-light[b-pjrix89519] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff0000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.6);
}

    .status-light:nth-child(1)[b-pjrix89519] {
        animation: emergency-blink-b-pjrix89519 1s infinite;
    }

    .status-light:nth-child(2)[b-pjrix89519] {
        animation: emergency-blink-b-pjrix89519 1s infinite 0.5s;
    }

@keyframes emergency-blink-b-pjrix89519 {
    0%, 50% {
        opacity: 1;
        transform: scale(1);
    }

    25%, 75% {
        opacity: 0.3;
        transform: scale(0.8);
    }
}

.brand-logo[b-pjrix89519] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 16px;
    z-index: 2;
    position: relative;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    letter-spacing: -1px;
}

    .brand-logo .tm[b-pjrix89519] {
        font-size: 1.2rem;
        vertical-align: super;
        opacity: 0.8;
    }

.brand-tagline[b-pjrix89519] {
    font-size: 1.2rem;
    font-weight: 300;
    opacity: 0.95;
    text-align: center;
    line-height: 1.5;
    z-index: 2;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.brand-subtitle[b-pjrix89519] {
    font-size: 0.95rem;
    opacity: 0.85;
    margin-top: 24px;
    text-align: center;
    z-index: 2;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.form-panel[b-pjrix89519] {
    flex: 1;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}

.form-header[b-pjrix89519] {
    margin-bottom: 40px;
}

.form-title[b-pjrix89519] {
    font-size: 2rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
}

.form-subtitle[b-pjrix89519] {
    color: #718096;
    font-size: 1rem;
}

.form-group[b-pjrix89519] {
    margin-bottom: 24px;
    position: relative;
}

.form-label[b-pjrix89519] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #4a5568;
    font-size: 0.9rem;
}

.submit-btn[b-pjrix89519] {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #3182ce, #2c5aa0);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(49, 130, 206, 0.3);
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

    .submit-btn:hover[b-pjrix89519] {
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(49, 130, 206, 0.4);
    }

    .submit-btn:active[b-pjrix89519] {
        transform: translateY(0);
    }

    .submit-btn[b-pjrix89519]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.6s;
    }

    .submit-btn:hover[b-pjrix89519]::before {
        left: 100%;
    }

.form-links[b-pjrix89519] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 16px;
}

.form-link[b-pjrix89519] {
    color: #3182ce;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

    .form-link:hover[b-pjrix89519] {
        color: #2c5aa0;
        text-decoration: underline;
    }

.notice[b-pjrix89519] {
    padding: 16px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    border-left: 4px solid #a61e1e;
}

.notice-text[b-pjrix89519] {
    font-size: 0.8rem;
    color: #4a5568;
    line-height: 1.4;
}

.medical-pulse[b-pjrix89519] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #3182ce, transparent);
    animation: pulse-flow-b-pjrix89519 3s ease-in-out infinite;
}

@keyframes pulse-flow-b-pjrix89519 {
    0%, 100% {
        opacity: 0;
        transform: scaleX(0);
    }

    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

/* Syncfusion customizations */
.e-input-group.e-control-wrapper[b-pjrix89519] {
    border-radius: 12px !important;
    border: 2px solid #e2e8f0 !important;
    transition: all 0.3s ease !important;
}

    .e-input-group.e-control-wrapper:focus-within[b-pjrix89519] {
        border-color: #3182ce !important;
        box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1) !important;
    }

.e-float-input.e-control-wrapper .e-float-line[b-pjrix89519]::before,
.e-float-input.e-control-wrapper .e-float-line[b-pjrix89519]::after {
    background: #3182ce !important;
}

.e-float-input.e-control-wrapper .e-float-text[b-pjrix89519] {
    color: #4a5568 !important;
    font-weight: 500 !important;
}

.e-input[b-pjrix89519] {
    padding: 16px 20px !important;
    font-size: 1rem !important;
    color: #2d3748 !important;
}

@media (max-width: 768px) {
    .login-wrapper[b-pjrix89519] {
        flex-direction: column;
        max-width: 400px;
    }

    .branding-panel[b-pjrix89519] {
        min-height: 200px;
        padding: 32px;
    }

    .form-panel[b-pjrix89519] {
        padding: 32px 24px;
    }

    .brand-logo[b-pjrix89519] {
        font-size: 2.5rem;
    }

    .form-title[b-pjrix89519] {
        font-size: 1.75rem;
    }

    .form-links[b-pjrix89519] {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
}

</style[b-pjrix89519] >
