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

.formulario .row {
	margin-top:2em;
}


.formulario label{
	font-weight:bold;
}

.formulario{
	background-color:#FFF;
	border-radius: 1em;
	padding: 3em;
	padding-top:0;
	margin-top: 2em;
	margin-bottom:2em;
	max-width:80%;
}

.btn{
	border-radius: 10px !important;
}

.btn-enviar{
	background:#008f17;
	width:100%;
	
}
.btn-enviar:hover{
	background:#008f17;
}
.frmError{
	color:#F00;
	font-size:0.8em;
}