html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  background: #000014;
  overflow-x: hidden;
}

.text-glow {
  color: #00eaff;
  text-shadow: 0 0 10px #00eaff, 0 0 20px #00eaff;
}

.form-card {
  background: rgba(0, 0, 40, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 234, 255, 0.15);
  box-shadow: 0 0 25px rgba(0, 234, 255, 0.1);
  color: white;
}
