.front-page .auth-brand-row {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #111827;
  font-size: 20px;
  font-weight: 900;
}

.front-page .auth-brand-row .brand-mark.small {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  font-size: 12px;
  background: linear-gradient(135deg, #111827, #0f172a 48%, #ff4f8b);
}

.front-page .auth-card > button {
  width: 100%;
}

.front-page .auth-card button.auth-switch {
  background: #fff;
  color: #111827;
}

.front-page #registerForm {
  gap: 15px;
}

.front-page #registerForm .auth-kicker,
.front-page #loginForm .auth-kicker {
  font-size: 16px;
}
