
input, textarea, select {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 8px;

  padding-bottom: 8px;

      border: none;
    border-bottom:  1px solid black;
    border-radius: 0px;




  /* Make this element behave like one from the typekit section */
  

  font-family:'montserrat', sans-serif;
    font-size:14px;
  font-weight:400;
  line-height:175%;
  letter-spacing:0px;
  margin-bottom:22px;
}





button, .button {
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 4px;

  padding-bottom: 4px;

  border-radius: 1000px;

      border: 1px solid black;
  


  /* Make this element behave like one from the typekit section */
  

  font-family:'montserrat', sans-serif;
    font-size:14px;
  font-weight:400;
  line-height:175%;
  letter-spacing:0px;
  margin-bottom:22px;
  -webkit-appearance:none;
  background: none;
}

a.button {
  text-decoration: none;
}
