    .auth-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
        max-width: 440px;
        width: 100%;
    }
    .icon-circle-success {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background-color: rgba(25, 135, 84, 0.1);
        color: #198754;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
    }
    .btn-orange {
        background-color: var(--primary-orange, #f97316);
        color: #ffffff;
        border: none;
        font-weight: 600;
    }
    .btn-orange:hover {
        background-color: #ea580c;
        color: #ffffff;
    }
