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

*{
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	background-image:url(/imagenes/fondo.jpg);
	background-size: 100vw 100vh;
	background-attachment: fixed;
}
.cuerpo{
	max-width:90%;
	margin:auto;
	background-attachment: fixed;
	
}
.formulario{
	margin-top:40px;
	max-width:80%;
	margin:auto;
	background: rgba(12,22,241,0.6);
}
.contenedor .cuerpo .formulario .form-header .form-title{
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	padding: 14px 0px;
}
.contenedor .cuerpo .formulario .form-header .form-title span{
	color:rgba(241,93,22,1.00)
}
.contenedor .cuerpo .formulario{
	background:rgba(254,254,254,0.8);
	width: 90%;
	max-width: 650px;
	min-width: 300px;
	margin:auto;
	padding: 5px 35px;
	padding-bottom: 30px;
	border-radius: 5px;
	margin-top:150px;
}
.contenedor .cuerpo .formulario .form-label{
	display: block;
	color:rgba(225,4,38,1.00);
	font-size: 16px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	position: relative;
}
