label {
 font-weight: 510;
 font-size: 100%;
}

input[type=text], textarea {
  margin: 0 0 15 0;
  background-color: #fafafa;
  width: 100%;
  padding: 15px 20px;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 300;
  font-size: 20px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  resize: vertical;
}

input[type=text]:focus {
  background-color: #ffffff;
  border: 1px solid #a6c959;
}

textarea {
 padding: 15 20 70 20;
}

textarea:focus {
  background-color: #ffffff;
  border: 1px solid #a6c959;
}

input[type=submit] {
  background-color: #261d37;
  border: none;
  border-radius: 60px;
  font-size: 80%;
  font-weight: 500;
  color: white;
  padding: 15 42.5 16 42.5;
  text-decoration: none;
  margin: 20px 0px;
  display: inline-block;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #91bf2c;
}