@charset "utf-8";
/* CSS Document */
body {
	background:url(../imagens/login.jpg) no-repeat;
}

#boxlogin {
	background:#ffffff;
	width:420px;
	height::350px;
	border:1px solid #000;
	box-shadow: 2px 2px 3px #000;
	margin:0 auto;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	margin-top:15%;
	padding:10px;
}

#boxlogin a{
	color:#166870;
	font-size:16px;
	font-weight:bold;
}
