/* Authentication page styles (Devise) */

.auth-page {
  display: grid;
  place-items: center;
  padding: 2rem 0 3rem;
}

.auth-card {
  width: 100%;
  max-width: 440px;
}

.auth-header {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 1rem;
  text-align: center;
}

.auth-title {
  font-size: var(--fs-lg);
  font-weight: 700;
  letter-spacing: 0;
}

.auth-subtitle {
  color: var(--color-text-muted);
  font-size: var(--fs-sm);
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #9ca3af;
  user-select: none;
}

.links {
  display: flex;
  gap: .9rem;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.92rem;
  margin-top: .9rem;
}
