/* Custom CSS for signup page */
.signup-container {
    margin-top: 50px;
  }
  
  /* Adjust the margin between form groups */
  .signup-container .mb-3 {
    margin-bottom: 20px;
  }
  