@charset "utf-8";
body {
	font-family:Open Sans Condensed;
	margin-top: 100px;
	font-size:18px;
}
#login_forma {
	font-family:Open Sans Condensed;
	font-size:18px;
	background-color:#0E73BD;
	color:#FFF;
	border:5px solid #E2E2E2;
	width:400px;
	height:400px;
}
p {
	margin-bottom:0px;
}
#login_footer {
	font-size:16px;
	color:#333;
	text-align:center;
	
}

