form button {
  background-color: #0373AA !important;
  border-radius: 18px !important; /*this is exactly half the height of the button*/
  color: #FDFDFD !important;
  font-size: 14px !important;
  font-weight: bold !important;
  padding: calc(var(--spacing) * 2) calc(var(--spacing) * 5) !important;
  width: max-content !important;
  text-transform: uppercase !important;
}

form button:disabled {
  background-color: gray !important;
}