

.formulario{
  margin: 0 auto;
  width: 980px;
	color:white;
	float: center;
  padding: 20px;
}
.formulario label{
	text-align: center; 
	font-size: 1.5em;
	display: block;
	width: 100%;
	
}

.formulario input{
	width: 350px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	border: 1px solid #ccc;
	outline: none;
}
.formulario input[type=submit]{
	display: block;
	background-color: #ccc;
	height: 35px;
	border: none;
	outline: 0;
	cursor: pointer;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	border-radius: 25px;
}

.g-recaptcha{
	margin: 0% 35%;
}

footer{
  margin: 1000px auto;
}