html {
position: relative;
min-height: 100%;
}

body{
background: #81c8ec;
background: -moz-linear-gradient(top,  #81c8ec 1%, #4f6697 51%, #322a6e 100%);
background: -webkit-linear-gradient(top,  #81c8ec 1%,#4f6697 51%,#322a6e 100%);
background: linear-gradient(to bottom,  #81c8ec 1%,#4f6697 51%,#322a6e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81c8ec', endColorstr='#322a6e',GradientType=0 );
margin-bottom: 190px;
}
/*Sticky footer*/
.form-content{
background-color:#394b7e;
border-radius: 20px;
padding: 60px;
margin-top: 60px;
	
}

.white-font{
color:white;
word-wrap: break-word;
}

::-webkit-input-placeholder {
text-align: center;
font-size: 18px;
}

:-moz-placeholder { /* Firefox 18- */
text-align: center;  
font-size: 18px;
}

::-moz-placeholder {  /* Firefox 19+ */
text-align: center;
font-size: 18px;
}

:-ms-input-placeholder {  
text-align: center; 
font-size: 18px;
}

.btn-custom{
background-color: #e1b54f;
color: white;
font-size: 18px;
font-weight: bold;
}

.redes-sociales{
 display:inline-block;
 margin-bottom: 20px;
}
.yellow-font{
	
	color:#e1b54f;
}


footer{

position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
min-height: 110px;
color:#c4c4c4;
text-align: center;
background-color: #1f1d43;
padding-top: 30px;
}


#area_usuario{
	margin:0 50px;
	padding:10px 0 0 0;
	/*border-bottom:1px solid #CCC;*/

	font-weight:bold;
	text-align:right;
	clear:both;
}

#area_usuario a{
	
}