/* This file is reserved for overriding and extending the template styles. */


.logo-appificio{
	width: 90px;
	min-height: 35px;
	object-position: left;
	object-fit: cover;
	background-repeat: no-repeat;
	background-size:contain;
	background-image: url(../img/logo/appificio.png);
	position:absolute;
	bottom:40px;
	margin-left: 90px;
	
}