/* Global border-radius override for W3.CSS form controls */
.w3-input,
.w3-select {
  border-radius: 4px;
}
