
    :root {
        --govt-blue: #1a365d;
        --govt-blue-light: #2c5282;
        --govt-gold: #c9a227;
        --govt-gold-light: #d4af37;
    }

    body {
        background: #f8fafc;
    }

    /* Page Header */
    .page-header {
        background: linear-gradient(135deg, var(--govt-blue) 0%, var(--govt-blue-light) 100%);
        color: white;
        padding: 2rem 0;
        border-bottom: 4px solid var(--govt-gold);
        text-align: center;
    }

    .page-header h1 {
        font-size: 1.75rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .page-header p {
        opacity: 0.9;
        margin-bottom: 0;
        font-size: 0.95rem;
    }

    .auth-container {
        min-height: calc(100vh - 300px);
        display: flex;
        align-items: center;
        padding: 2.5rem 0;
    }

    .auth-card {
        background: white;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        max-width: 420px;
        margin: 0 auto;
    }

    .auth-header {
        padding: 2rem 2rem 1.25rem;
        text-align: center;
        background: var(--govt-blue);
        color: white;
    }

    .auth-header .auth-icon {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, var(--govt-gold) 0%, var(--govt-gold-light) 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1rem;
        font-size: 1.75rem;
        color: var(--govt-blue);
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .auth-header h2 {
        font-size: 1.35rem;
        font-weight: 700;
        margin-bottom: 0.35rem;
    }

    .auth-header p {
        font-size: 0.85rem;
        opacity: 0.9;
        margin: 0;
    }

    .auth-body {
        padding: 1.75rem 2rem 2rem;
    }

    .form-group {
        margin-bottom: 1.25rem;
    }

    .form-label {
        display: block;
        font-weight: 600;
        font-size: 0.8rem;
        color: var(--govt-blue);
        margin-bottom: 0.4rem;
    }

    .form-control-modern {
        width: 100%;
        padding: 0.75rem 1rem;
        border: 1px solid #e2e8f0;
        border-radius: 6px;
        font-size: 0.9rem;
        transition: all 0.2s;
        background: white;
    }

    .form-control-modern:focus {
        outline: none;
        border-color: var(--govt-blue);
        box-shadow: 0 0 0 3px rgba(26,54,93,0.1);
    }

    .form-control-modern::placeholder {
        color: #94a3b8;
    }

    .btn-auth {
        width: 100%;
        padding: 0.8rem;
        background: var(--govt-blue);
        color: white;
        border: none;
        border-radius: 6px;
        font-weight: 600;
        font-size: 0.95rem;
        transition: all 0.2s;
        cursor: pointer;
        margin-top: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }

    .btn-auth:hover {
        background: var(--govt-blue-light);
    }

    .btn-auth i {
        font-size: 1.1rem;
    }

    .forgot-password {
        text-align: right;
        margin-top: -0.5rem;
        margin-bottom: 1rem;
    }

    .forgot-password a {
        font-size: 0.8rem;
        color: var(--govt-blue);
        text-decoration: none;
    }

    .forgot-password a:hover {
        color: var(--govt-gold);
        text-decoration: underline;
    }

    .auth-footer {
        text-align: center;
        padding: 1.25rem;
        background: #f8fafc;
        border-top: 1px solid #e2e8f0;
    }

    .auth-footer p {
        margin: 0;
        color: #64748b;
        font-size: 0.85rem;
    }

    .auth-footer a {
        color: var(--govt-blue);
        font-weight: 600;
        text-decoration: none;
    }

    .auth-footer a:hover {
        color: var(--govt-gold);
        text-decoration: underline;
    }

    .benefits-section {
        background: linear-gradient(135deg, var(--govt-blue) 0%, var(--govt-blue-light) 100%);
        padding: 2.5rem 2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: white;
        border-radius: 10px;
        height: 100%;
    }

    .benefits-section h3 {
        font-size: 1.35rem;
        font-weight: 700;
        margin-bottom: 1.75rem;
        color: white;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .benefits-section h3 i {
        color: var(--govt-gold);
    }

    .benefit-item {
        display: flex;
        align-items: start;
        margin-bottom: 1.25rem;
        gap: 1rem;
    }

    .benefit-icon {
        width: 42px;
        height: 42px;
        background: linear-gradient(135deg, var(--govt-gold) 0%, var(--govt-gold-light) 100%);
        color: var(--govt-blue);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        flex-shrink: 0;
    }

    .benefit-text h4 {
        font-size: 0.95rem;
        font-weight: 600;
        color: white;
        margin: 0 0 0.2rem 0;
    }

    .benefit-text p {
        font-size: 0.8rem;
        color: rgba(255,255,255,0.8);
        margin: 0;
        line-height: 1.4;
    }

    .password-toggle {
        position: relative;
    }

    .password-toggle-btn {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        color: #64748b;
        cursor: pointer;
        padding: 0;
        font-size: 1rem;
    }

    .password-toggle-btn:hover {
        color: var(--govt-blue);
    }

    .alert {
        padding: 0.75rem 1rem;
        border-radius: 6px;
        margin-bottom: 1rem;
        font-size: 0.85rem;
    }

    .alert-danger {
        background: #fef2f2;
        border: 1px solid #fecaca;
        color: #dc2626;
    }

    @media (max-width: 991px) {
        .benefits-section {
            margin-top: 1.5rem;
            border-radius: 10px;
        }

        .auth-container {
            min-height: auto;
            padding: 2rem 0;
        }
    }

    @media (max-width: 768px) {
        .page-header {
            padding: 1.25rem 0;
        }

        .page-header h1 {
            font-size: 1.4rem;
        }

        .page-header p {
            font-size: 0.85rem;
        }

        .auth-container {
            padding: 1.5rem 0;
        }

        .auth-card {
            margin: 0 1rem;
        }
    }

    @media (max-width: 576px) {
        .page-header {
            padding: 1rem 0;
        }

        .page-header h1 {
            font-size: 1.25rem;
        }

        .page-header p {
            font-size: 0.8rem;
        }

        .auth-body {
            padding: 1.25rem;
        }

        .auth-header {
            padding: 1.25rem;
        }

        .auth-header h2 {
            font-size: 1.1rem;
        }

        .auth-footer {
            padding: 1rem;
        }
    }
