@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');

form {
  width: 100%;
}

.field_label {
  color: white;
  margin-bottom: 2px;
}

.form_dropdown {
  width: 90%;
  padding: 4px;
  margin-bottom: 10px;
  font-family: "Open Sans";
  text-transform: "uppercase";
  font-size: 15px;
}
