/* Styles specific to the signup page */
.signup-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.signup-card {
  width: 100%;
  max-width: 400px;
}