/**
 * Reference-style login: light background, centered card, app links, privacy
 */
body.login.login-ref {
  background: #eaedf7 !important;
}

.login-ref .content {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.login-ref .login-logo-wrap {
  text-align: center;
  margin-bottom: 1rem;
}

.login-ref .login-logo-wrap .imgs {
  height: 100px;
  max-width: 220px;
  object-fit: contain;
}

.login-ref .login-options {
  border-top: 1px solid #eee;
  padding-top: 1rem;
  margin-top: 1.25rem;
}

.login-ref .login-options h5 {
  font-size: 0.95rem;
  color: #555;
  margin: 0 0 0.75rem 0;
  text-align: center;
}

.login-ref .app-store-row {
  display: flex;
  justify-content: center;
  gap: 8%;
  align-items: center;
  flex-wrap: wrap;
}

.login-ref .app-store-row a {
  flex: 0 1 45%;
  max-width: 160px;
}

.login-ref .app-store-row img {
  width: 100%;
  height: auto;
  display: block;
}

.login-ref .create-account {
  border-top: 1px dotted #eee;
  padding-top: 0.75rem;
  margin-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
  color: #666;
}

.login-ref .create-account a {
  color: #7c3aed;
  text-decoration: none;
}

.login-ref .create-account a:hover {
  text-decoration: underline;
}

.login-ref .copyright {
  color: #777;
  font-size: 0.8125rem;
}

.login-ref .input-icon .fa {
  margin-top: 10px;
}

.login-ref .form-control {
  height: 34px !important;
}
