/* .auth-wrapper { max-width: 450px; margin: 40px auto; background: white; padding: 30px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.auth-wrapper h3 { text-align: center; margin-bottom: 20px; color: #003366; }
.form-group { margin-bottom: 15px; }
.form-group label { display: block; margin-bottom: 5px; font-weight: 600; font-size: 14px; }
.form-group input, .form-group select { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; }
.btn { width: 100%; padding: 10px; background-color: #00509e; color: white; border: none; border-radius: 4px; font-size: 16px; cursor: pointer; transition: 0.3s; }
.btn:hover { background-color: #003366; }
.auth-links { text-align: center; margin-top: 15px; font-size: 14px; }
.auth-links a { color: #00509e; text-decoration: none; }
.auth-links a:hover { text-decoration: underline; } */