body { font-family: system-ui, Arial; background:#f6f7fb; margin:0 }
.auth-container { max-width:380px; margin:60px auto; background:#fff; padding:24px; border-radius:12px; box-shadow:0 10px 30px rgba(0,0,0,.06) }
label { display:block; margin:10px 0 4px; color:#333 }
input, select, button { width:100%; padding:10px; border:1px solid #ddd; border-radius:8px }
button { margin-top:14px; cursor:pointer }
.remember { display:flex; align-items:center; gap:8px; margin-top:8px }
a { color:#0d6efd; text-decoration:none }
a:hover { text-decoration:underline }
