/* ============================================ */
/* GW AUTH GATEWAY - DESKTOP RESPONSIVE         */
/* ============================================ */

@media (min-width: 1025px) {
    .gwag-auth-card {
        max-width: 460px !important;
        padding: 32px 28px !important;
        border-radius: 28px !important;
    }

    .gwag-logo-area .gwag-logo {
        max-width: 170px !important;
    }

    .gwag-title {
        font-size: 24px !important;
    }

    .gwag-subtitle {
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }

    .gwag-tabs {
        gap: 8px !important;
        padding: 5px !important;
        border-radius: 18px !important;
        margin-bottom: 20px !important;
    }

    .gwag-tab {
        font-size: 15px !important;
        padding: 10px 16px !important;
        border-radius: 14px !important;
    }

    .gwag-field input {
        font-size: 15px !important;
        padding: 13px 16px !important;
        border-radius: 14px !important;
    }

    .gwag-btn {
        padding: 16px 24px !important;
        font-size: 17px !important;
        border-radius: 16px !important;
    }

    .gwag-captcha-question {
        min-width: 90px !important;
        font-size: 16px !important;
        padding: 11px 10px !important;
    }

    .gwag-captcha-refresh {
        width: 48px !important;
        height: 50px !important;
        font-size: 20px !important;
    }

    .gwag-otp {
        font-size: 24px !important;
        letter-spacing: 12px !important;
        padding: 16px !important;
    }
}