label {
   display: block !important;
   line-height: 30px !important;
}

th,td {
    width: 50%;
}

th:has(+ td input.required-field)::after {
  content: ' *';
  color: red;
}

input[type="submit"] {
  background-color: #75913D !important;
  filter: brightness(0.75);
}