.form-container {
  display: none; /* Hide both forms initially */
}
.form-container.active {
  display: block; /* Show the active form */
}
