@charset "utf-8";
/* CSS Document */

body{
	background: url(../img/background_blue.jpg) top center repeat-x #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.logoAgile{
	position: absolute;
	float: left;
	bottom: 15px;
	right: 15px;
	width: 200px;
	height: 57px;
}

.login{
    margin-top: 186px;
	margin-left: auto;
	margin-right: auto;
	width: 325px;
	height: 129px;
    *padding-top: 186px;
}

.campos{
	padding-top: 57px;
	padding-left: 8px;
	display: block;
}

.campos td{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.recoveryPass{
	padding-top: 57px;
	padding-left: 8px;
	display: none;
}

.recoveryPass td{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.instituicao{
	font-family:Arial;
	font-size: 13px;
	color: #555555;
	font-weight: bold;
	margin-top: 47px;
	margin-left: 3px;
	width: 270px;
	height: 17px;
	overflow: hidden;
}
