.logo{ 
	max-width: 1140px;
	margin: 0 auto;
	padding: 1em 0;
	position: relative;
}

.logo-image {
	display: inline;
	max-width: 400px;
	max-height: 80px;

}

.logo-image img{
	max-width: 400px;
	max-height: 80px;

}

.logo-title {
    display: inline-block;
    max-width: 440px;
    position: absolute;
    top: 45px;
    right: 0;
	font-weight: 600;
    font-size: 20px;
	color: #5096B4;
}

#UserInfo {
    width: 100%;
    max-width: 1140px;
}

/* .theme__name {
    background-color: #5096B4 !important;
} */

@media (max-width: 799px){
	.logo-title {
		display: none;
	}
	.logo{ 
		text-align: center;
	}
} 
