h4{
	color: #000000;
	text-align: center;
	font-size:14pt;
	font-weight:700;
	margin:70px 0 27px 0;
}
#lg-login{
	margin: 0 auto;
	padding-top: 60px;
	width: 290px;
}
#lg-login img{
	width:206px;
	display:table;
	margin:0 auto;
}
#form-login,#form-forget{
	background: none repeat scroll 0 0 #fafafa;
	border: none;
	border-radius: 2px;
	display: table;
	margin:10% auto 0;
	width:316px;
}
#form-forget{
    display: none;
    padding-bottom:20px;
}
#form-login img, #form-forget img{
	width:270px;
	margin:0 auto;
	display:block;
	padding:40px 0;
}
#form-login label,
#form-forget label{
	display: block;
	margin-bottom: 3px;
}
#form-login input,
#form-forget input{
	border: 1px solid #bdbdbd;
	font-weight:300;
	text-indent:30px;
	color:#000000;
}
#form-login div,
#form-forget div{
    position:relative;
    min-height:auto !important;
}
#form-login .fa,
#form-forget .fa{
	color: #bdbdbd;
	font-size: 16px;
	left: 10px;
	position: absolute;
	top: 7px;
}
#div-user,
#div-senha,
button#logar,
button#voltar-login{
	clear: both;
	height:30px;
	margin: 0 auto;
	width:220px;
	margin-bottom:10px;
}
button#logar,
button#voltar-login{
	background: none repeat scroll 0 0 #006e94;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	display: table;
	font-weight: 700;
	height: 32px;
	width: 218px;
}
#forget-password,#novo-cadastro{
	color: #427ff2;
	display: table;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	
	padding-bottom:10px;
}
#div-conected{
	color: #282828;
	font-weight: 300;
	margin: 0 auto;
	width: 220px;
	height:40px;
}
#div-conected label#logado{
	font-size: 12px;
}