
.apple-login-wrapper {
  max-width: 360px;
  margin: 12vh auto;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  text-align: center;
  padding: 0 1rem;
}
.apple-heading {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #1d1d1f;
}
.apple-form input {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.apple-form button {
  width: 50px;
  height: 50px;
  background: #0071e3;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
}
.auth-error {
  margin-top: 1rem;
  color: red;
  font-size: 0.9rem;
}
