.auth-title {
  margin-top: 0;
}

.auth-notice {
  max-width: 460px;
}

.auth-form {
  max-width: 460px;
}

.auth-input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.auth-textarea {
  min-height: 110px;
  resize: vertical;
}

.auth-muted {
  color: #526070;
  font-size: 0.95rem;
}

.auth-links {
  margin-top: 14px;
  margin-bottom: 0;
}

.auth-divider {
  position: relative;
  margin: 18px 0 12px;
  text-align: center;
}

.auth-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #d5dbe5;
}

.auth-divider span {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  background: #fff;
  color: #526070;
  font-size: 0.9rem;
}

.btn-google {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #ccd5e2;
  border-radius: 8px;
  text-decoration: none;
  color: #1f2937;
  background: #fff;
  font-weight: 600;
}

.btn-google:hover {
  background: #f7f9fc;
}
