/* Forgot Password Page Specific Styles */

/* Title styling - FORGOT on top, PASSWORD? on bottom */
.auth-title {
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: 700;
  color: white;
  text-shadow: 
    0 0 10px rgba(0, 255, 255, 0.5),
    0 0 20px rgba(0, 255, 255, 0.3);
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* Each line of the title */
.auth-title .title-line {
  display: block;
  line-height: 1.2;
}

