body {
    background-color: #f8f9fa;
  }
  .form-container {
    max-width: 400px;
    margin: auto;
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin-top: 100px;
  }
  .btn-signup {
    background-color: red;
    color: white;
  }
  .form-divider {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .form-divider::before,
  .form-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ccc;
  }
  .form-divider:not(:empty)::before {
    margin-right: .5em;
  }
  .form-divider:not(:empty)::after {
    margin-left: .5em;
  }
  #agent-fields label {
  text-align: left !important;
  display: block;
}
