
.formInput {
  // We want to hide the input so it's not visible on the page.
  // Clicking the surrounding label will be enough to trigger selecting this file input.
  display: none;
}
