input[type=text],
input[type=email],
input[type=password],
textarea {
  height: 42px;
  background-color: #f9f9f9;
  border: solid 1px #d6d6d6;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px; }

textarea {
  height: 100px; }

input[type=submit] {
  text-decoration: none;
  border: 1px solid;
  border-radius: 0px;
  padding: 12px 26px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  font-family: "MuseoSans_300", sans-serif, sans-serif;
  letter-spacing: -0.5px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  color: white;
  background-color: #006710;
  border-color: #006710; }

select {
  height: 42px;
  background-color: #f9f9f9;
  border: solid 1px #d6d6d6;
  width: 250px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px;
  font-family: "MuseoSans_300", sans-serif;
  background: url("../../,,/../../images/down-arrow-dark.png") no-repeat right center;
  background-position-x: 220px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  padding-right: 40px; }
  @media (max-width: 640px) {
    select {
      background-position-x: 95%;
      width: 100%; } }

select::-ms-expand {
  display: none; }

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