/* Extracted from: /pages/forgot-password/index.htm */
/* Override login.css split layout specifics */
        body {
            margin: 0;
            overflow-y: auto !important;
            font-family: 'Inter', sans-serif;
            background: #f8fafc;
            height: auto !important;
        }

        .auth-card-container {
            max-width: 480px;
            margin: 60px auto;
            background: #fff;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            /* Soft shadow */
            border: 1px solid #e2e8f0;
        }

        /* Adjustments for card interior */
        .auth-header-new {
            text-align: center;
            margin-bottom: 30px;
        }

        .brand-logo-large {
            justify-content: center;
            margin-bottom: 30px;
        }
