
body.login {	
	/*background-image: url('../../img/fundo.jpg');*/
	background-image: url('../../img/blue2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.logo img {
	height: 50px;
}
div.logo  {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
}
.logo span {
	margin-left: 5px;
	zoom: 130%;
}

.circle-btn{
	color: #aaa;
	width:35px;
	height:35px;
	justify-content: center;
	font-size: 12px !important;
	border-radius: 100%;
} 

.li-btn{
	padding-left: 4px;
	padding-right: 4px;
}

.login-active{
	background-color: #8a7619 !important;
}


