body{
	margin:0 3rem 0 3rem;
}
.lead-form{
	/* text-align: center; */
	font-size:2rem;
}
form{
	width:auto;
	margin:0 auto;
	/* background: #AAA; */
}
.item{
	overflow: hidden;
	margin-bottom: 2rem;
}
.label{
	float: left;
	margin-right: 2rem;
	width:16rem;
	border-left: solid 0.5rem #50e05c;
	padding-left: 1rem;
}
.inputs{
	float: left;
	width:30rem;
}
input[type="text"],input[type="email"]{
	border: solid 1px #aaa;
	border-radius:5px;
	padding:1rem;
	font-size: 1.5rem;
}
textarea{
	border: solid 1px #aaa;
	border-radius:5px;
	padding: 1rem;
	height: 16rem;
	font-size: 1.5rem;
}
.btn-area{
	text-align: center;
}
input[type="submit"]{
	background: #e0505c;
	border: none;
	color: white;
	font-size:1.7rem;
	font-weight:bold;
	padding: 1rem 2rem;
	margin: 0 5px;
}

