* {
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
}

.control-label, .form-control option {
  font-size: 17px;
}

.form-control {
  border-radius: 0;
  height: 40px;
  border: 2px solid #eaeaea;
  font-size: 17px;
  -webkit-box-shadow: none;
	box-shadow: none;
}

#submitbutton {
	background: #000;
	color: #fff;
	border-radius: 0;
	height: 40px;
	padding: 0 30px;
  font-size: 17px;
  border: 2px solid transparent;
}

#submitbutton:hover, #submitbutton:active, #submitbutton:focus  {
	background: #70c13b;
  color: #fff;
}

textarea.form-control {
  height: 250px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
 	background-color: #000;
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: #000;
}