@charset "utf-8";
/* CSS Document */

@media screen and (max-height: 575px){
	#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

form{
	margin:auto;
	background: #fff;
	max-width: 1000px;
	padding: 30px;
	box-sizing:border-box;
	/* margin-top:20px; */
	box-shadow: 0px 0px 3px grey;
	border-radius: 5px;
}

h2{
	
	color: #303F9F;
	text-align:center;
	margin:0;
	font-size:30px;
	margin-bottom: 20px;
}

.intro{
	text-align:center;
	margin-bottom: 40px;
}


input, textarea{
	 
     font-size: 16px;
     color: #303F9F;
     width: 100%;
     outline: none;
     padding: 15px;
     background: none;
     border: none;
     border-bottom: 1px solid #303F9F; 
}

textarea{
	min-height: 140px;
	max-height: 200px;
	max-width: 100%;
}

#boton{
	/*background: #303F9F;*/
	background: #303F9F;
      border-radius: 1px;
      border: 2px solid #f2f2f2;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-family: "Roboto";
      font-size: 16px;
      padding: 15px;
      width: 100%;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
}

#boton:hover{
	cursor: pointer;
	background: #303F9F;
	
}