#form-login{
	font-family: "Open Sans";	
	color:#666;
	width:300px;
	height:350px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	box-shadow: 5px 5px 5px rgba(150,150,150,0.70);
	border:1px solid rgba(144,144,144,1.00);
}

#form-login label{
	font-size:14px;
}

#form-login input{
	font-size:14px;
	height:20px;
	width:280px;
	margin-top:10px;
    border-radius:0px;	
}

.div-ingresar-general{
	float:left;	
}

.div-registrarse{
	float:right;
	display:none;	
}

.label-ingresar{
	font-family:"Open Sans";
	font-size:22px;
}

.label-registrarse{
	font-family:"Open Sans";
	font-size:22px;
	float:right;
}

.div-ingresar{
	height:30px;
	margin-top:10px;
	width:290px;
	vertical-align:bottom;
}

.button-ingresar{
	padding:5px;
	background-color:#00adef;
	color:#FFF;
	font-size:14px;
	width:80px;
	text-align:center;
	float:left;
	font-weight: 400;
	cursor:pointer;
}

.button-ingresar:hover{
	background-color:#0080ac;
}

.button-salir{
	padding:4px 4px 4px 4px;
	background-color:#00adef;
	color:#FFF;
	font-size:12px;
	width:80px;
	text-align:center;
	font-weight: 400;
	cursor:pointer;
}

.button-salir:hover{
	background-color:#0080ac;
}

.div-olvido{	
	float:right;
	height:30px;
	vertical-align:bottom;
}

.span-olvido{
	margin-top:14px;
	font-size:11px;	
	cursor:pointer;	
	float:right;	
}

.span-olvido:hover{
	color:#00adef;
}

.div-registrate{
	font-size:14px;
	text-align:center;
	width:290px;
	height:80px;
	margin-bottom:0;
}

.button-registrarse{
	margin-top:10px;
	padding:5px;
	background-color:#6633FF;
	color:#FFFFFF;
	font-size:18px;
	width:200px;
	text-align:center;
	font-weight: 500;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
}

.button-registrarse:hover{
	background-color:#6600FF;	
}

.div-registro{
	margin-top:15px;
	font-size:10px;
	text-align:justify;
	width:290px;
}

.div-mensaje{
	margin-top:10px;
}

.div-flecha-volver{
	float:left;
}

.loading{
    text-align:center;
    vertical-align:middle;
    width:290px;
    height:300px;
    display: none;
}

.loading img{
    margin-top:80px;
    margin-left:0px;
    padding:0px;
}

.loading .fa{
    margin-top:100px;
}

.disabledbutton{
    pointer-events: none;
    opacity: 0.4;
}