/* Website Admin Login (simple, no animation, no color) */
.website-admin-auth-layout {
  background: #ffffff;
  color: #111827;
}

.website-admin-auth-back {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}

.website-admin-auth-back a {
  color: #111827;
}

.website-admin-auth-back a:hover {
  text-decoration: underline;
}

.website-admin-auth-content {
  width: 100%;
  max-width: 420px;
}

.website-admin-auth-alert {
  margin-bottom: 1rem;
}

/* Kill animations/transitions on this page */
.website-admin-auth-layout * {
  animation: none !important;
  transition: none !important;
}

.website-admin-auth-card {
  width: 100%;
}
