body {
  background-color: #f4f6f8;
  font-family: 'Segoe UI', sans-serif;
}

.auth-container {
  max-width: 400px;
  margin: 80px auto;
  background: #fff;
  padding: 35px 30px;
  border-radius: 10px;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
}

.auth-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #28a745;
  margin-bottom: 10px;
}

.auth-subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

.auth-form .form-label {
  font-weight: 500;
  margin-bottom: 6px;
}

.auth-form input {
  height: 45px;
  font-size: 15px;
}

button[type="submit"] {
  font-size: 16px;
  padding: 10px;
}
