body {
  font-family: sans-serif;
}

form {
  max-width: 580px;
  margin: 10px auto;
  background-color: #f4f7f8;
  padding: 0 20px;
  border-radius: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  form {
    width: 340px;
  }
}

form h1 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

fieldset {
  border: none;
}

legend {
  font-size: 24px;
  margin-bottom: 10px;
}

legend::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}

.textInput, select, button {
  margin-bottom: 30px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #e8eeef;
  border-radius: 5px;
}

input[type=date], select {
  padding: 10px;
  color: darkgray;
  box-sizing: border-box;
  font-size: 16px;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 16px;
}

button {
  background-color: #4bc970;
  font-size: 18px;
  color: #fff;
  height: 40px;
}

/*# sourceMappingURL=style.css.map */
