 /* Include form.css directly here or link externally */
 .central-form {
     max-width: 100%;
     /* margin: 40px auto; */
     /* background: var(--background-color); */
     padding: 1rem;
     border-radius: 10px;
     box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);


     .form-group label {
         font-weight: 500;
         font-size: var(--font-size-p1);
     }

     .form-control {
         border-radius: 0.375rem;
     }

 }

 .select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
 }
 .select2-container--default .select2-selection--single{
    text-align: left !important;
 }