/* Forms */
label {
  float: left;
  min-width: 300px;
  margin-top: 8px;
  font-weight: bold;
}

input, textarea, select {
  font-family: 'rawline', sans-serif;
  font-size: 16px;
  min-width: 300px;
  border: 1px solid #b0b0b0;
  line-height: 30px;
  padding: 3px 8px;
  margin-top: 8px;
  width:100%;
}

textarea {
  line-height: normal;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #78c478;
}

button, input[type=submit] {
  font-size: 16px;
  background-color: #518b55;
  border: 0;
  line-height: 42px;
  color: #fff;
  padding: 0 30px;
  text-decoration: none;
  margin: 8px 0px 4px 0px;
  font-weight: 500;
}

button, input[type=submit]:hover,button, input[type=submit]:focus{
  background-color: #78c478;
}
/* End Forms  */
