h1 {
  margin: 0 0 30px 0;
  text-align: center;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
	border: 1px solid #ccc;
	box-shadow: 2px 2px 3px #666;
	font-size: 15px;
	padding: 5px 7px 5px 5px;
	outline: 0;
	-webkit-appearance: none;
	float: left;
	display: inline-block;
	clear: left;
	width: 35%;
	text-align: left;
	margin-left: 15px;
	margin-top: 4px;
	font-family: Verdana;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

.button {
	padding: 5px 0px 5px 0px;
	color: #FFFfff;
	background-color: #D36289;
	font-size: 14px;
	font-family: Allerta;
	text-align: center;
	font-style: normal;
	
	width: 43%;
	border: 1px solid #D36289;
	border-width: 1px 1px 3px;
	
	margin-left: 15px;
	margin-top: 2px;	
}

fieldset {
  margin-bottom: 30px;
  border: none;
}

legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}

.number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}

@media screen and (min-width: 480px) {

  form {
    max-width: 480px;
  }

}
