/* ===== Auth pages shared styles (signin + signup) ===== */

body {
  background: #f8fafc;
  overflow-y: scroll;
}

.auth-wrapper {
  max-width: 420px;
  width: 100%;
}

.brand-logo {
  height: 72px;
  width: auto;
  margin-bottom: 18px;
}

.auth-card {
  border-radius: 18px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #2563eb;
}

.btn-primary {
  background: #2563eb;
  border: none;
}

.btn-primary:hover {
  background: #1d4ed8;
}