body, html{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:13px;
	max-height:100%;
	color:#000;
}

.clear{
	clear:both;
	height:0;
	padding:0;
	margin:0;
	display:block
}
a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:underline;
	color:#999;
}
#slides{
	position:absolute;
	width:100%;
	height:100%;
	left:0; right:0;
	top:0; bottom:0;
	z-index:1;
	overflow:hidden;
}
#efeitoFundo{
	position:absolute;
	width:100%;
	height:100%;
	left:0; right:0;
	top:0; bottom:0;
	z-index:2; 
	background-color:rgba(0,0,0,0.4)
}
.slidesjs-navigation, .slidesjs-pagination{
	display:none;
}

#artiPrincipal{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	padding:35px;
	box-sizing:border-box;
	width:40%;
	background-color:#FFF;
	z-index:3;
	border-right:5px solid #666
}
	
#logoCliente{
	display:block;
	margin:0 auto 30px auto ;
	max-width:60%
}
#userIcon{
	display:block;
	margin:auto;
	max-width:60%
}

#logoAnalizo{
	display:block;
	margin:auto;
	max-width:40%
}

#FormLogin, #FormRecuperarSenha, #FormTrocarSenha{
	display:block;
	max-width:60%;
	margin:30px auto
}
.input-control{
	display:block;
	border:1px solid #efefef;
	border-radius:3px;
	margin:0 0 15px 0
}
.iconForm{
	padding:7px 3px 0 3px;
	display:inline-block;
	vertical-align:middle;
	float:left;
	width:10%;
	box-sizing:border-box
}
.input-control > input[type='text'], .input-control > input[type='password']{
	display:block;
	float:left;
	width:90%;
	border:none;
	padding:10px;
	background-color:#efefef;
	box-sizing:border-box;
}
.pstrength-bar{
	float:left;
	padding: 0 8% 0 0; 
}
.pstrength-info{
	float:left;
	width:100%;	
}

button[type='submit']{
	border-radius:3px;
	display:block;
	background-color:#000000;
	color:#FFF;
	border:none;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	cursor:pointer
}
button[type='submit']:hover{
	background-color:#333333
}

#checkLembrarDados{
	display:block;
	width:50%;
	float:left;
	margin:20px 0 0 0;
}
#btnLembrarSenha{
	display:block;
	width:50%;
	float:left;
	text-align:right;
	margin:20px 0 0 0;
}
#btnVoltarLogin{
	display:block;
	width:50%;
	float:right;
	text-align:right;
	margin:30px 0 0 0;
}

#recuperarSenha{
	display:none;
}

