        :root {
            --blue-strong: #1d4ed8;
            --blue-main: #2563eb;
            --blue-soft: #60a5fa;
            --blue-pale: #dbeafe;
            --text-dark: #12325f;
            --text-soft: #5b7aa6;
        }

        body {
            margin: 0;
            min-height: 100vh;
            font-family: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
            color: var(--text-dark);
            background:
                radial-gradient(circle at 12% 14%, rgba(147, 197, 253, 0.78), transparent 23%),
                radial-gradient(circle at 86% 16%, rgba(191, 219, 254, 0.88), transparent 24%),
                linear-gradient(135deg, #f8fbff 0%, #edf5ff 48%, #dbeafe 100%);
            display: grid;
            place-items: center;
            padding: 1rem;
        }

        .login-shell {
            width: 100%;
            max-width: 410px;
            position: relative;
            overflow: hidden;
            border-radius: 24px;
            border: 1px solid rgba(255, 255, 255, 0.72);
            background:
                linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.34)),
                linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(219, 234, 254, 0.16));
            box-shadow: 0 24px 56px rgba(37, 99, 235, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.72);
            backdrop-filter: blur(20px) saturate(125%);
            -webkit-backdrop-filter: blur(20px) saturate(125%);
            padding: 1.8rem 1.5rem 1.5rem;
        }

        .login-shell::before {
            content: "";
            position: absolute;
            width: 220px;
            height: 220px;
            right: -90px;
            top: -120px;
            border-radius: 999px;
            background: radial-gradient(circle, rgba(191, 219, 254, 0.62), rgba(191, 219, 254, 0.05) 68%, transparent 72%);
            pointer-events: none;
        }

        .login-head {
            position: relative;
            z-index: 1;
            margin-bottom: 1.15rem;
            text-align: center;
        }

        .login-kicker {
            display: inline-flex;
            align-items: center;
            padding: 0.32rem 0.78rem;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.75);
            background: rgba(255, 255, 255, 0.64);
            color: var(--blue-strong);
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            margin-bottom: 0.65rem;
        }

        .login-title {
            margin: 0;
            font-size: 1.95rem;
            font-weight: 800;
            letter-spacing: -0.03em;
        }

        .login-subtitle {
            margin: 0.4rem 0 0;
            color: var(--text-soft);
            font-size: 0.93rem;
            font-weight: 600;
        }
   .login-subheading{
     line-height: 0.90;
            margin-top: -11px;
        }
        
        .glass-alert {
            position: relative;
            z-index: 1;
            border: 1px solid rgba(248, 113, 113, 0.4);
            border-radius: 12px;
            background: rgba(254, 226, 226, 0.82);
            color: #991b1b;
            font-weight: 600;
            padding: 0.62rem 0.74rem;
            margin-bottom: 0.9rem;
            font-size: 0.9rem;
            transition: opacity 0.25s ease, transform 0.25s ease;
        }

        .glass-alert.is-hiding {
            opacity: 0;
            transform: translateY(-4px);
        }

        .glass-label {
            color: var(--text-dark);
            font-size: 0.9rem;
            font-weight: 700;
            margin-bottom: 0.38rem;
        }

        .glass-input {
            height: 46px;
            border-radius: 14px;
            border: 1px solid rgba(147, 197, 253, 0.45);
            background: rgba(255, 255, 255, 0.82);
            color: var(--text-dark);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.78),
                0 8px 20px rgba(37, 99, 235, 0.06);
        }

        .glass-input:focus {
            border-color: var(--blue-main);
            box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.14), 0 12px 26px rgba(37, 99, 235, 0.1);
            background: #fff;
        }

        .btn-login {
            height: 48px;
            border: 1px solid rgba(255, 255, 255, 0.78);
            border-radius: 14px;
            font-weight: 700;
            letter-spacing: 0.02em;
            color: #fff;
            background: linear-gradient(135deg, var(--blue-main), #3b82f6 55%, var(--blue-soft));
            box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
        }

        .btn-login:hover,
        .btn-login:focus {
            color: #fff;
            transform: scale(1.02);
        }

        .bot-trap-field {
            position: absolute !important;
            left: -99999px !important;
            top: auto !important;
            width: 1px !important;
            height: 1px !important;
            opacity: 0 !important;
            pointer-events: none !important;
        }

        .human-check-row {
            display: grid;
            grid-template-columns: minmax(6.8rem, 0.72fr) 46px minmax(0, 1.8fr);
            gap: 0.55rem;
            align-items: center;
        }

        .human-question-box {
            display: flex;
            align-items: center;
            min-height: 46px;
            margin-bottom: 0;
            padding-top: 0;
            padding-bottom: 0;
            background: rgba(219, 234, 254, 0.76);
            border-color: rgba(147, 197, 253, 0.42);
            color: var(--blue-strong);
        }

        .captcha-refresh-btn {
            min-width: 46px;
            width: 46px;
            height: 46px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            border-radius: 14px;
            border: 1px solid rgba(147, 197, 253, 0.5);
            background: rgba(255, 255, 255, 0.82);
            color: var(--blue-strong);
            font-weight: 800;
            font-size: 1.22rem;
            line-height: 1;
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.8),
                0 8px 18px rgba(37, 99, 235, 0.08);
        }

        .captcha-refresh-btn:hover,
        .captcha-refresh-btn:focus {
            color: #fff;
            background: linear-gradient(135deg, var(--blue-main), #3b82f6);
            border-color: rgba(255, 255, 255, 0.78);
        }

        .captcha-refresh-btn:disabled {
            cursor: wait;
            opacity: 0.68;
        }

        .captcha-refresh-icon {
            display: block;
            width: 1.22rem;
            height: 1.22rem;
            stroke-width: 2.2;
            transition: transform 0.18s ease;
        }

        .captcha-refresh-btn:hover .captcha-refresh-icon,
        .captcha-refresh-btn:focus .captcha-refresh-icon {
            transform: rotate(22deg);
        }

        .captcha-refresh-btn.is-loading .captcha-refresh-icon {
            animation: captcha-refresh-spin 0.78s linear infinite;
        }

        @keyframes captcha-refresh-spin {
            to {
                transform: rotate(360deg);
            }
        }

        .human-answer-wrap {
            position: relative;
            min-width: 0;
        }

        .human-answer-wrap .glass-input {
            height: 46px;
            padding-left: 0.72rem;
            padding-right: 0.72rem;
            text-align: center;
            text-overflow: clip;
        }

        .human-answer-wrap .glass-input::placeholder {
            font-size: 0.94rem;
        }

        .human-answer-wrap.has-correct-answer .glass-input {
            padding-left: 3rem;
            padding-right: 3rem;
        }

        .human-answer-status {
            position: absolute;
            top: 50%;
            right: 0.72rem;
            width: 1.7rem;
            height: 1.7rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            color: #15803d;
            background: rgba(220, 252, 231, 0.95);
            border: 1px solid rgba(134, 239, 172, 0.78);
            font-size: 0.96rem;
            font-weight: 900;
            line-height: 1;
            opacity: 0;
            transform: translateY(-50%) scale(0.82);
            transition: opacity 0.16s ease, transform 0.16s ease;
            pointer-events: none;
        }

        .human-answer-status.is-visible {
            opacity: 1;
            transform: translateY(-50%) scale(1);
        }

        @media (max-width: 575.98px) {
            body {
                padding: 0.75rem;
            }

            .login-shell {
                border-radius: 18px;
                padding: 1.2rem 1rem 1rem;
            }

            .login-title {
                font-size: 1.68rem;
            }

            .login-subtitle,
            .glass-alert {
                font-size: 0.88rem;
            }

            .glass-input,
            .btn-login {
                height: 44px;
            }

            .human-check-row {
                grid-template-columns: minmax(5.95rem, 0.7fr) 44px minmax(0, 1.9fr);
                gap: 0.42rem;
            }

            .human-question-box,
            .captcha-refresh-btn,
            .human-answer-wrap .glass-input {
                min-height: 44px;
                height: 44px;
            }
        }

        /* Login redesign scoped to this standalone page. */
        :root {
            --login-bg: #f5f8fc;
            --login-panel: #ffffff;
            --login-border: #dde5f1;
            --login-border-soft: #e9eef6;
            --login-text: #202124;
            --login-label: #2f4268;
            --login-blue: #2457d8;
            --login-purple: #6a2dcc;
            --login-orange: #ff7a14;
            --login-canvas-width: 1512px;
            --login-canvas-height: 982px;
        }

        * {
            box-sizing: border-box;
        }

        html {
            overflow-x: hidden;
        }

        body {
            min-height: 100vh;
            font-family: "Montserrat", "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
            color: var(--login-text);
            background:
                linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.74) 41%, rgba(255, 255, 255, 0) 50%),
                var(--login-bg);
            display: grid;
            place-items: center;
            padding: 0;
            overflow-x: hidden;
        }

        .login-page {
            width: min(100%, var(--login-canvas-width));
            min-height: min(100vh, var(--login-canvas-height));
            display: grid;
            grid-template-columns: minmax(34rem, 1fr) minmax(31rem, 42rem);
            align-items: center;
            gap: clamp(4rem, 7vw, 8.5rem);
            max-width: var(--login-canvas-width);
            margin: 0 auto;
            padding: clamp(2rem, 5vw, 5rem) clamp(2rem, 4.5vw, 4.75rem);
        }

        .login-visual {
            position: relative;
            min-height: clamp(32rem, 60vw, 45rem);
            display: flex;
            align-items: flex-end;
            justify-content: center;
        }

        .login-visual-frame {
            position: relative;
            display: block;
            width: min(100%, 56rem);
            aspect-ratio: 1512 / 982;
        }

        .login-visual-art {
            position: relative;
            z-index: 2;
            display: block;
            object-fit: fill;
        }

        .login-visual-card-animation {
            position: absolute;
            z-index: 3;
            left: 48.4%;
            top: 32.4%;
            width: 36.7%;
            height: 24%;
            border-radius: 0.65rem;
            object-fit: cover;
            pointer-events: none;
        }

        .login-shell {
            width: 100%;
            max-width: 42rem;
            justify-self: center;
            position: static;
            overflow: visible;
            border: 0;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
            padding: 0;
        }

        .login-shell::before {
            display: none;
        }

        .login-brand {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: clamp(0.42rem, 1.6vw, 0.58rem);
            margin-bottom: clamp(2rem, 4vh, 3rem);
        }

        .login-brand-icon {
            width: clamp(48px, 4.8vw, 54px);
            height: auto;
            aspect-ratio: 455 / 464;
            object-fit: contain;
            image-rendering: auto;
            flex: 0 0 auto;
        }

        .login-brand-name {
            display: inline-flex;
            align-items: baseline;
            gap: 0.16rem;
            color: #0b2a5b;
            font-family: "Montserrat", "Poppins", "Segoe UI", sans-serif;
            font-size: clamp(1.14rem, 2vw, 1.34rem);
            font-weight: 800;
            line-height: 1;
            white-space: nowrap;
        }

        .login-brand-name-accent {
            background: linear-gradient(90deg, #ff553d 0%, #7a35d6 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .login-title-mobile-break {
            display: none;
        }

        .login-head {
            position: static;
            z-index: auto;
            margin-bottom: clamp(2rem, 4.5vh, 3rem);
            text-align: center;
        }

        .login-kicker,
        .login-subtitle {
            display: none;
        }

        .login-title {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.04em;
            margin: 0;
            color: var(--login-text);
            font-size: clamp(2.05rem, 3vw, 3.1rem);
            line-height: 1.05;
            font-weight: 800;
            letter-spacing: 0;
        }

        .login-subheading {
            margin: 0.65rem 0 0;
            color: var(--login-text);
            font-family: "Montserrat", "Poppins", "Segoe UI", sans-serif;
            font-size: clamp(1.32rem, 2.35vw, 1.9rem);
            font-weight: 500;
            line-height: 1.08;
            letter-spacing: 0;
        }

        .glass-alert {
            position: relative;
            z-index: 1;
            border: 1px solid rgba(248, 113, 113, 0.46);
            border-radius: 0.8rem;
            background: rgba(254, 226, 226, 0.78);
            color: #991b1b;
            font-weight: 600;
            padding: 0.7rem 0.85rem;
            margin-bottom: 1rem;
            font-size: 0.92rem;
        }

        .glass-label {
            color: var(--login-label);
            font-size: 1.05rem;
            font-weight: 400;
            margin-bottom: 0.42rem;
        }

        .glass-input {
            height: 3.55rem;
            border-radius: 0.88rem;
            border: 1px solid var(--login-border);
            background: var(--login-panel);
            color: var(--login-text);
            font-size: 1.02rem;
            font-weight: 400;
            padding: 0.75rem 1rem;
            box-shadow: 0 0 0 1px rgba(222, 229, 240, 0.16);
        }

        .glass-input::placeholder {
            color: #9ba0aa;
            opacity: 1;
        }

        .glass-input:focus {
            border-color: #aebbd3;
            box-shadow: 0 0 0 0.2rem rgba(36, 87, 216, 0.1);
            background: #fff;
        }

        .login-password-row {
            margin-bottom: 1.65rem;
        }

        .login-forgot-link {
            display: block;
            margin-top: 0.45rem;
            color: #2f62ff;
            font-size: 0.98rem;
            font-weight: 500;
            text-align: right;
            text-decoration: none;
        }

        .login-forgot-link:hover,
        .login-forgot-link:focus {
            color: #244fca;
            text-decoration: underline;
        }

        .btn-login {
            height: 4rem;
            border: 0;
            border-radius: 0.55rem;
            font-size: 1.05rem;
            font-weight: 600;
            letter-spacing: 0;
            color: #fff;
            background: linear-gradient(100deg, var(--login-orange) 0%, #d05b4a 46%, var(--login-purple) 100%);
            box-shadow: none;
            transition: transform 0.18s ease;
        }

        .btn-login:hover,
        .btn-login:focus {
            color: #fff;
            transform: scale(1.02);
        }

        .human-check-row {
            display: block;
            overflow: hidden;
            border: 1px solid var(--login-border);
            border-top-style: dashed;
            border-radius: 0.88rem;
            background: var(--login-panel);
        }

        .human-question-wrap {
            position: relative;
            min-height: 3.25rem;
            display: flex;
            align-items: center;
            border-bottom: 1px solid var(--login-border);
        }

        .human-question-box {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            min-height: 3.25rem;
            margin-bottom: 0;
            padding: 0.7rem 3.2rem 0.7rem 1rem;
            border: 0;
            border-radius: 0;
            background: transparent;
            color: var(--login-text);
            font-size: 1.02rem;
            font-weight: 500;
            pointer-events: none;
        }

        .captcha-refresh-btn {
            position: absolute;
            z-index: 2;
            right: 0.75rem;
            top: 50%;
            min-width: 2rem;
            width: 2rem;
            height: 2rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            border: 0;
            border-radius: 999px;
            background: transparent;
            color: #202124;
            font-weight: 600;
            font-size: 1rem;
            line-height: 1;
            box-shadow: none;
            transform: translateY(-50%);
            cursor: pointer;
            pointer-events: auto;
        }

        .captcha-refresh-btn:hover,
        .captcha-refresh-btn:focus {
            color: var(--login-blue);
            background: rgba(36, 87, 216, 0.07);
        }

        .captcha-refresh-icon {
            width: 1.15rem;
            height: 1.15rem;
            stroke-width: 2.4;
        }

        .captcha-refresh-btn:hover .captcha-refresh-icon,
        .captcha-refresh-btn:focus .captcha-refresh-icon {
            transform: rotate(22deg);
        }

        .human-answer-wrap .glass-input {
            height: 3.55rem;
            width: 100%;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .human-answer-status {
            right: 0.85rem;
        }

        @media (min-width: 1181px) {
            .login-page {
                position: relative;
                display: block;
                width: min(100%, var(--login-canvas-width));
                height: min(100vh, var(--login-canvas-height));
                min-height: min(100vh, var(--login-canvas-height));
                max-width: var(--login-canvas-width);
                margin: 0 auto;
                padding: 0;
                overflow: hidden;
            }

            .login-visual {
                position: absolute;
                top: clamp(88px, 12.02vh, 118px);
                left: 0.46%;
                width: min(49.34%, 746px);
                min-height: 0;
                height: auto;
                aspect-ratio: 1;
                display: block;
            }

            .login-visual-frame {
                width: 100%;
                height: 100%;
                aspect-ratio: 1;
            }

            .login-visual-art {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

            .login-visual-card-animation {
                left: 46.8%;
                top: 26.38%;
                width: 39.9%;
                height: 28.475%;
                border-radius: 0;
                object-position: center;
            }

            .login-shell {
                position: absolute;
                top: clamp(112px, 18.53vh, 182px);
                left: 62.17%;
                width: 27.72%;
                min-width: 323px;
                max-width: 419px;
                margin: 0;
            }

            .login-brand {
                width: 220px;
                height: 56px;
                margin: 0 auto 32px;
            }

            .login-brand-icon {
                width: 54px;
                height: 56px;
            }

            .login-head {
                width: 100%;
                margin-bottom: 32px;
            }

            .login-title {
                font-family: "Montserrat", "Poppins", "Segoe UI", sans-serif;
                font-size: clamp(25px, 2.116vw, 32px);
                line-height: 1.05;
                font-weight: 700;
            }

            .login-subheading {
                margin-top: 10px;
                font-size: clamp(22px, 1.85vw, 28px);
                line-height: 1.08;
            }

            .login-shell > .glass-alert,
            #loginForm {
                width: 323px;
                margin-left: auto;
                margin-right: auto;
            }

            #loginForm .mb-3 {
                margin-bottom: 12px !important;
            }

            #loginForm .mb-5 {
                margin-bottom: 36px !important;
            }

            .glass-label {
                display: block;
                margin-bottom: 4px;
                color: #304063;
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
            }

            .glass-input {
                width: 100%;
                height: 44px;
                padding: 12px;
                border: 1.5px solid #e0e5f0;
                border-radius: 12px;
                color: #0f141f;
                background: #ffffff;
                box-shadow: none;
                font-size: 16px;
                line-height: 20px;
            }

            .glass-input::placeholder,
            .human-answer-wrap .glass-input::placeholder {
                color: rgba(15, 20, 31, 0.5);
                font-size: 16px;
            }

            .login-password-row {
                margin-bottom: 14px;
            }

            .login-forgot-link {
                margin-top: 4px;
                font-size: 14px;
                line-height: 17px;
            }

            .human-check-row {
                display: flex;
                flex-direction: column;
                align-items: stretch;
                gap: 2px;
                overflow: visible;
                border: 0;
                border-radius: 0;
                background: transparent;
            }

            .human-question-wrap {
                min-height: 44px;
                height: 44px;
                border: 1.5px dashed #e0e5f0;
                border-radius: 12px 12px 0 0;
                background: #ffffff;
            }

            .human-question-box {
                min-height: 41px;
                height: 41px;
                padding: 10px 40px 10px 12px;
                color: #0f141f;
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
            }

            .captcha-refresh-btn {
                right: 4px;
                width: 36px;
                min-width: 36px;
                height: 36px;
            }

            .captcha-refresh-icon {
                width: 16px;
                height: 16px;
            }

            .human-answer-wrap {
                width: 100%;
            }

            .human-answer-wrap .glass-input {
                height: 44px;
                padding: 12px;
                border: 1.5px solid #e0e5f0;
                border-radius: 0 0 12px 12px;
                box-shadow: none;
            }

            .btn-login {
                height: 48px;
                border: 0;
                border-radius: 8px;
                background: linear-gradient(90deg, #ff8109 0%, #6932be 100%);
                font-size: 16px;
                font-weight: 600;
                line-height: 20px;
            }
        }

        @media (max-width: 1180px) {
            body {
                min-height: 100dvh;
            }

            .login-page {
                width: 100%;
                grid-template-columns: minmax(0, 1fr);
                justify-items: center;
                align-content: center;
                gap: clamp(1.5rem, 4vw, 2.75rem);
                max-width: 54rem;
                min-height: 100dvh;
                padding: clamp(1.25rem, 4vw, 3rem);
                overflow: visible;
            }

            .login-visual {
                order: 2;
                width: min(100%, 29rem);
                min-height: 0;
                opacity: 0.92;
            }

            .login-visual-frame,
            .login-visual-art {
                width: 100%;
                height: auto;
            }

            .login-shell {
                order: 1;
                width: min(100%, 29rem);
                max-width: 29rem;
            }

            .login-shell > .glass-alert,
            #loginForm {
                width: 100%;
                max-width: 100%;
            }

            .login-brand {
                margin-bottom: clamp(1.35rem, 3.6vh, 2rem);
            }

            .login-head {
                margin-bottom: clamp(1.35rem, 3.6vh, 2rem);
            }

            .login-title {
                font-size: clamp(1.85rem, 5.3vw, 2.45rem);
                line-height: 1.08;
            }

            .login-subheading {
                margin-top: 0.58rem;
                font-size: clamp(1.28rem, 4.3vw, 1.72rem);
                line-height: 1.12;
            }

            .glass-input,
            .human-answer-wrap .glass-input {
                height: 3.15rem;
            }

            .human-question-wrap,
            .human-question-box {
                min-height: 3.05rem;
            }

            .btn-login {
                height: 3.35rem;
            }
        }

        @media (max-width: 760px) {
            .login-visual {
                display: none;
            }
        }

        @media (max-width: 575.98px) {
            body {
                background: var(--login-bg);
                padding: 0;
            }

            .login-page {
                display: grid;
                place-items: center;
                width: 100%;
                max-width: 100vw;
                min-height: 100dvh;
                min-height: 100svh;
                padding: clamp(0.85rem, 4vw, 1rem);
                overflow: visible;
            }

            .login-shell {
                width: 100%;
                max-width: 24rem;
                margin: 0;
                border-radius: 0;
                padding: 0;
            }

            #loginForm {
                width: 100%;
                max-width: 100%;
            }

            .glass-input,
            .human-check-row,
            .btn-login {
                width: 100%;
                max-width: 100%;
            }

            .login-brand {
                margin-bottom: clamp(0.9rem, 3.5vh, 1.2rem);
            }

            .login-brand-icon {
                width: clamp(44px, 13.5vw, 48px);
            }

            .login-brand-name {
                font-size: clamp(1.02rem, 5vw, 1.18rem);
            }

            .login-title {
                max-width: 100%;
                font-size: clamp(1.48rem, 7.1vw, 1.9rem);
                line-height: 1.06;
                overflow-wrap: break-word;
            }

            .login-subheading {
                margin-top: 0.42rem;
                font-size: clamp(1.08rem, 5.55vw, 1.38rem);
                line-height: 1.12;
            }

            .login-head {
                margin-bottom: clamp(0.95rem, 3.6vh, 1.25rem);
            }

            .login-title-mobile-break {
                display: none;
            }

            .login-forgot-link {
                font-size: 0.95rem;
                text-align: left;
                margin-top: 0.35rem;
            }

            .glass-alert {
                font-size: 0.88rem;
            }

            .glass-label {
                font-size: 0.98rem;
                margin-bottom: 0.28rem;
            }

            #loginForm .mb-3 {
                margin-bottom: 0.85rem !important;
            }

            #loginForm .mb-5 {
                margin-bottom: 1.25rem !important;
            }

            .login-password-row {
                margin-bottom: 0.5rem;
            }

            .glass-input,
            .human-answer-wrap .glass-input {
                height: 3rem;
                font-size: 0.96rem;
            }

            .btn-login {
                height: 3.05rem;
                font-size: 1rem;
            }

            .human-question-wrap,
            .human-question-box {
                min-height: 3rem;
            }

            .human-question-box {
                justify-content: flex-start;
                padding: 0.62rem 2.75rem 0.62rem 0.85rem;
                font-size: 0.94rem;
                line-height: 1.25;
                text-align: left;
            }

            .captcha-refresh-btn {
                right: 0.45rem;
            }
        }

        @media (max-width: 380px) {
            .login-page {
                padding: 0.75rem;
            }

            .login-brand {
                margin-bottom: 0.95rem;
            }

            .login-brand-icon {
                width: 44px;
            }

            .login-brand-name {
                font-size: 1.05rem;
            }

            .login-head {
                margin-bottom: 1.05rem;
            }

            .login-title {
                font-size: 1.38rem;
            }

            .login-subheading {
                font-size: 1.04rem;
            }

            .glass-label {
                font-size: 0.9rem;
            }

            .glass-input,
            .human-answer-wrap .glass-input {
                height: 2.85rem;
            }

            .human-question-wrap,
            .human-question-box {
                min-height: 2.85rem;
            }

            .btn-login {
                height: 2.95rem;
            }
        }

        @media (max-width: 340px) {
            .login-page {
                padding: 0.625rem;
            }

            .login-brand {
                gap: 0.35rem;
                margin-bottom: 0.75rem;
            }

            .login-brand-icon {
                width: 40px;
            }

            .login-brand-name {
                font-size: 0.96rem;
            }

            .login-head {
                margin-bottom: 0.85rem;
            }

            .login-title {
                font-size: 1.28rem;
            }

            .login-subheading {
                margin-top: 0.32rem;
                font-size: 0.98rem;
            }

            .glass-label {
                font-size: 0.86rem;
            }

            .glass-input,
            .human-answer-wrap .glass-input {
                height: 2.72rem;
                padding-inline: 0.75rem;
            }

            .human-question-wrap,
            .human-question-box {
                min-height: 2.72rem;
            }

            .human-question-box {
                padding: 0.52rem 2.45rem 0.52rem 0.75rem;
                font-size: 0.86rem;
            }

            .btn-login {
                height: 2.78rem;
            }
        }

        @media (max-height: 720px) and (max-width: 1180px) {
            .login-page {
                align-content: start;
                padding-block: 1rem;
            }

            .login-brand {
                margin-bottom: 0.95rem;
            }

            .login-head {
                margin-bottom: 1rem;
            }

            #loginForm .mb-5 {
                margin-bottom: 1.05rem !important;
            }

            .login-visual {
                width: min(100%, 22rem);
            }
        }

        @media (max-height: 620px) and (max-width: 1180px) {
            body {
                overflow-y: auto;
            }

            .login-page {
                place-items: start center;
                align-content: start;
                padding-block: 0.75rem;
            }

            .login-visual {
                display: none;
            }

            .login-brand {
                margin-bottom: 0.65rem;
            }

            .login-head {
                margin-bottom: 0.75rem;
            }

            .login-subheading {
                margin-top: 0.28rem;
                font-size: clamp(0.98rem, 4.6vw, 1.18rem);
            }

            #loginForm .mb-3 {
                margin-bottom: 0.62rem !important;
            }

            #loginForm .mb-5 {
                margin-bottom: 0.85rem !important;
            }

            .login-password-row {
                margin-bottom: 0.45rem;
            }
        }

        @media (min-width: 1181px) and (max-height: 760px) {
            .login-page {
                overflow-y: auto;
            }

            .login-visual {
                top: 46px;
                width: min(43%, 650px);
            }

            .login-shell {
                top: 42px;
            }

            .login-brand {
                margin-bottom: 18px;
            }

            .login-head {
                margin-bottom: 18px;
            }

            #loginForm .mb-5 {
                margin-bottom: 22px !important;
            }
        }
