Login | Quizaero
.checkbox-label input width: 1rem; height: 1rem; accent-color: #3b82f6; cursor: pointer;
.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; Quizaero Login
/* 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; .checkbox-label input width: 1rem
.login-btn:active transform: scale(0.97); .dashboard h2 font-size: 1.9rem
/* Dashboard panel (after login) */ .dashboard background: rgba(18, 25, 45, 0.92); backdrop-filter: blur(12px); border-radius: 2rem; border: 1px solid rgba(56, 189, 248, 0.2); padding: 2rem; text-align: center; max-width: 550px; width: 100%; animation: fadeScale 0.3s ease;
.logo-icon i font-size: 2rem; color: white;