/* Auth page social buttons & polish */
.auth-form { font-family: 'Poppins', sans-serif; }
.auth-form .form-group input,
.auth-form .form-group select { color: var(--text); }
.auth-form .form-group input::placeholder { color: var(--gray); opacity: 0.7; }
.auth-form label { color: var(--text); font-weight: 500; }
.auth-form .auth-title, .auth-form h1, .auth-form h2 { color: var(--dark); font-weight: 700; }
