#edit-customer-information, #edit-product-information {
  border: 1px solid #dee2e6; /* Example: 1px solid black border */
  padding: 20px;          /* Add padding for spacing */
  margin: 15px;    /* Add margin as needed */
  border-radius: 3px;
  margin-top: 10px;
 
}
.fieldset-legend {font-weight: bold; font-size: 16px;}

form legend{width:auto;}