.name-fields{
  margin-bottom: 0 !important;
}

#registerForm{
    width: 80%;
    margin: auto;
    overflow: hidden;
}

#registerForm input{
  font-size: 15px;
}

#registerForm input, select{
    width: 91%;
}


    .input-area {
      display: flex;
      flex-direction: column;
      gap: 8px;
      /* max-width: 250px; */
      font-family: Arial, sans-serif;
    }

    label {
      font-weight: 600;
      color: #333;
    }

    select {
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 16px;
          font-weight: 600;
      cursor: pointer;
      transition: all 0.2s ease;
    margin-top: 0;
    }

    select:focus {
      border-color: #4a90e2;
      outline: none;
      box-shadow: 0 0 4px rgba(74, 144, 226, 0.4);
    }