/* S-M Green  #74b600 */

.phone a {
  text-decoration: none;
  font-weight: bold;
}

.contactform {
  width: 95%;
  text-align: left;
}

.textinput {
  width: 100%;
  margin-bottom: 0.5em;
}

textarea {
  width: 100%;
}

#submit {
  width: 200px;
  margin-left: 50px;
  margin-top: 1em;
  height: 2em;
  padding: 1em;
  background-color: #74b600;
  border: 1px solid green;
  border-radius: 1em;
  text-align: center;
}

.sendbutton:hover {
  cursor: pointer;
}

.messagesent {
  color: #74b600;
  font-size: 2em;
}

#errors {
  margin-top: 1em;
}