.heading {
    text-align: center;
}

/* Index registration Form Styling */
  /* Container for the registration form */
  #registrationContainer {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
  }

  /* Style for the form label */
  .form-label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
  }

  /* Style for the form input fields */
  .form-control {
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    color: #555;
  }

  /* Style for the input group */
  .input-group {
    display: flex;
    align-items: center;
  }

  /* Style for the toggle button */
  .btn-outline-secondary {
    border-radius: 0 5px 5px 0;
    border-color: #ccc;
    color: #555;
  }

  /* Add margin between form elements */
  .mb-3 {
    margin-bottom: 15px;
  }

  /* Style for the submit button container */
  .btn-container {
    text-align: center;
  }

  /* Style for the submit button */
  .searchbtn {
    width: auto;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    background-color: #007bff;
    color: white;
    cursor: pointer;
  }
  .sub-button {
    width: auto;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    background-color: #007bff;
    color: white;
   
  }

  .sub-button :hover {
    background-color: #0056b3;
  }
  #registerFormContainer {
    display: none;
  }
  
  #districtCardsContainer {
    display: none;
  }
