.total-home{
	width:100%;
	height:100%;
	min-height:100%;
}
.total-home .login-home{
	width:400px;
	float: left;
	position:relative;
	height:auto;
	padding-top:100px;
	padding-bottom:100px;
	left: 35px;
}
.total-home .login-home a img{
	width:100%;	
}
.total-home .texto-home{
	color:#FFF;
	font-size:24px;
	text-align:left;
	font-weight:bold;
	margin-top:30px;
}
.total-home .sub-texto-home{
	color:#FFF;
	font-size:13px;
	margin-top:20px;
}
.total-home #FrmToken{
	width:100%;
	padding-left:20px;
	height:53px;
	outline:none;
	color:#333;
	font-size:12px;
	border:0px;
	background:#FFF;	
}
.total-home .botao-token{
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	width:44px;
	height:44px;
	border:0px;
	outline:none;
	background:url(../imagens/icone-btt-token.png)
}
.total-home .formulario-login-home{
	margin-top: 5px;
    width: 60%;
    position: relative;
    margin-bottom: 25px;
}
.total-home .copyright-home{
	color:#FFF;
	font-size:11px;
	margin-top:30px;	
}
.itens-servicos{
    margin-top:6px;
}
.itens-servicos  .lista-itens{
    float: left;
    width: 50%;
    font-size: 16px;
    margin-top: 7px;
    font-weight: bold;
    text-align: left;
    color: #FFF;    
}
@media (max-width: 767px){
    .itens-servicos .lista-itens{
        text-align: center;
    }
    .itens-servicos{
        margin-bottom:15px;
    }
	.total-home .login-home{
		width:100%;
		padding-top:50px;
		padding-bottom:50px;
		margin-left: 0;
		left: 0;
	}	
	.total-home .texto-home,.total-home .sub-texto-home{
		text-align:center;	
	}
	.total-home .formulario-login-home{
		width:100%;	
	}
	.total-home .copyright-home{
		text-align:center;
		margin-top:50px;
	}
}