/*ESTILOS LUIS*/

.btn-enviar {
	width: 250px;
	cursor: pointer;
}
.loading{
	display: none;
	background: url('../img/loader.gif') no-repeat center bottom;
	background-size: 100px;
	padding: 0px;
	color: #353526; 
	width: 100%;
	height: 100px;
	text-align: center;
	font-weight: 200;
}
#fc .fail, #fc2 .fail{
	width: 100%;
	color: #ff4c4d;
	border: 1px solid #ff4c4d;
	border-radius: 4px;
	padding: 4px 10px;
	font-size: 14px;
	margin-bottom: 15px;
	margin: 0 auto 20px; 
}