@CHARSET "ISO-8859-1";

html, body{
	margin: 0;
	padding: 0;
	/*background: #67aab8;*/
	background: url(../images/bg.jpg);
}
*{
	font-family:Arial, Helvetica, sans-serif;
}
fieldset{
	border: none;
	border-bottom: solid 1px #eee;
	margin: 0;
}
fieldset div{
	margin: 5px auto;
	text-align: center;
}
legend{
	font-size: 1.5em;
	text-transform: uppercase;
	margin: auto auto 20px auto;
	width: 120px;
	height: 120px;
	border: solid 1px #ddd;
	border-radius: 60px;
	background: #f7f7f7;
	overflow: hidden;
	text-align: center;
}
.logo_login{

	height: 100%;
}
.box-login{
	margin-top: 10%;
}
.box-login form{
	background: #ffffff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #000; 
}
.box-login form input[type='text']{
	background: url(../images/iconAvatar.png) left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.box-login form input[type='password']{
	background: url(../images/iconPass.png) left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.box-login form input[type='text'],.box-login form input[type='password']{
	width: 98%;
	padding-left: 2%;
	height: 30px;
	float: left;
	border: none;
	border-bottom: solid 1px #eee;
	background: #f7f7f7;
}
.box-login form input[type='submit']{
	padding: 5px 10px;
	border: none;
	background: #67aab8;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
}
.box-login form input[type='submit']:hover{
	opacity: 0.8;
}
.recuperar-senha{
	color: #67AAB8;
	font-size: .8em;
	margin-top: 10px;
}
.powered{
	font-size: 80%;
	margin-top: 10px;
	color: #ccc;
	text-align: center;
}
.alert1{
	background:#8adf7b;
	padding: 5px 0;
	color: #FFF;
}
.alert2{
	background: #e3ee59;
	padding: 5px 0;
	color: #FFF;
}
.alert3{
	background: #e86d44;
	padding: 5px 0;
	color: #FFF;
}