.auth-shell {
  width: min(420px, calc(100% - 32px));
}

.auth-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  width: max-content;
  margin: 0 0 4px;
  color: var(--nav);
  line-height: 1;
}

.auth-brand strong {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: .08em;
}

.auth-brand span {
  color: #60a5fa;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .22em;
}

.login-card {
  width: 100%;
}

.login-links {
  margin-top: -2px;
  text-align: center;
}

.login-links a {
  font-weight: 600;
}

.login-card .alert {
  margin-bottom: 0;
}
