.auth-wrapper {
  display: flex;
  justify-content: center;
  padding: 80px 16px;
}

.auth-box {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
}

.auth-box h1 {
  margin-bottom: 6px;
}

.auth-subtext {
  color: #6b7280;
  margin-bottom: 20px;
}

.auth-box input,
.auth-box select {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  margin-bottom: 14px;
}

.auth-footer {
  margin-top: 18px;
  text-align: center;
}
