
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%;
}
