.form-style-underlined label {
  margin-bottom: -5px;
}
.form-style-underlined
  :is(
    input[type="email"],
    input[type="date"],
    input[type="search"],
    input[type="number"],
    input[type="text"],
    input[type="tel"],
    input[type="url"],
    input[type="password"],
    select,
    textarea
  ) {
  padding: 0 2px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
.form-style-underlined select {
  background-position: right 0 top 50%;
}
.form-style-underlined textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 80px;
}
