/* Typography and font sizes */
body {
  font-family: "Segoe UI", Arial, sans-serif;
}

.login-form h1 {
  color: #7cff7c;
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-align: center;
}

.login-form label {
  color: #a7ffa7;
  font-size: 0.95rem;
}

.form-message {
  padding: 1rem;
  border-radius: 14px;
  font-size: 0.95rem;
  line-height: 1.4;
}
