.setup-alert {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid #f4b6b2;
  border-radius: 12px;
  background: #fff1f0;
  color: #7a271a;
  box-shadow: 0 6px 18px rgba(180, 35, 24, .08);
}
.setup-alert-icon {
  flex: 0 0 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d92d20;
  color: #fff;
  font-weight: 900;
}
.setup-alert strong { display: block; }
.setup-alert p { margin: .15rem 0 0; }
.auth-card .form-label small { display: block; margin-top: .35rem; color: var(--muted); font-weight: 400; }
.password-hint.match { color: #16794f !important; }
.password-hint.mismatch { color: var(--danger) !important; }
.auth-card .is-invalid { border-color: #d92d20; box-shadow: 0 0 0 .2rem rgba(217, 45, 32, .1); }
.auth-card .is-valid { border-color: #1d8b5f; }
