Quizaero Login Apr 2026

/* demo signup hint */ .signup-hint text-align: center; margin-top: 1.8rem; color: #7e8aa8; font-size: 0.85rem;

.checkbox-label display: flex; align-items: center; gap: 0.5rem; color: #b9c7dd; cursor: pointer; Quizaero Login

/* Animated background orbs */ .bg-orb position: fixed; border-radius: 50%; filter: blur(80px); opacity: 0.4; z-index: 0; pointer-events: none; /* demo signup hint */

.dashboard h2 font-size: 1.9rem; background: linear-gradient(to right, #f0f9ff, #a5f3fc); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 0.5rem; .checkbox-label display: flex

/* login button */ .login-btn width: 100%; background: linear-gradient(95deg, #3b82f6, #4f46e5); border: none; padding: 0.9rem; border-radius: 1.5rem; font-weight: 700; font-size: 1rem; color: white; font-family: 'Inter', sans-serif; display: flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; transition: transform 0.1s ease, box-shadow 0.2s; box-shadow: 0 8px 20px -8px #1e3a8a;