input[type="text"], input[type="email"], select, textarea, input {
  color: #000000;
  /* font-weight: bold;*/
  line-height: 30px;  /* field height*/
  padding: 10px; 
  margin: 0px 0px 5px 0px;   /* add bottom margin*/
  /* text-shadow:0px 1px 2px rgba(0,0,0,0.2)!important;*/
  width: 100%
}

#webform-submission-breacontact-node-1-add-form input.form-submit:hover {
  background: #222 !important;
  color: #fff;
}


#webform-submission-breacontact-node-9-add-form input.form-submit:hover {
  background: #222 !important;
  color: #fff;
}
#edit-fulladdy-state-province {
  color: #000000;
  line-height: 20px;  /* field height*/
  padding: 10px;  /* button height-padding*/
  margin: 0px 0px 10px 0px;   /* add bottom margin*/
  /* text-shadow:0px 1px 2px rgba(0,0,0,0.2)!important;*/
}
#edit-phone{
  color: #000000;
  display: block;
  line-height: 30px;  /* field height*/
  padding: 5px;  /* button height-padding*/
 margin: 0px 0px 10px 0px;   /* add bottom margin*/
  /* text-shadow:0px 1px 2px rgba(0,0,0,0.2)!important;*/
}
#edit-product-interest{
  color: #000000;
  display: block;
  line-height: 20px;  /* field height*/
  padding: 10px;  /* button height-padding*/
  margin: 0px 0px 10px 0px;   /* add bottom margin*/
  /* text-shadow:0px 1px 2px rgba(0,0,0,0.2)!important;*/
  width: 350px;
}
#edit-message{
  color: #000000;
}
.submit input,
#edit-actions input {
  margin:10px 0; // add top and bottom margin
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f7c20a;
  color: #002e5a;
  letter-spacing: 1px;
  padding: 8px 25px 8px 25px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 2px solid transparent;
  text-shadow:0px 1px 2px rgba(0,0,0,0.2)!important;
  width: 350px;
}