/* Shared customer / QAuth logo styling — natural aspect ratio, no white box */
.qd-brand-logo,
#LogoImg,
#cust-logo {
	height: 100px;
	width: auto;
	max-width: 200px;
	object-fit: contain;
	display: block;
	background: transparent;
}

.qd-brand-logo-wrap,
header.logo {
	background: transparent !important;
	padding: 8px 16px;
	box-shadow: none;
	border-radius: 0;
}

.qd-brand-logo-wrap a,
header.logo a {
	display: inline-block;
	line-height: 0;
	background: transparent;
}

#header .navbar-nav.navbar-left.qd-brand-logo-wrap {
	background: transparent !important;
	padding: 8px 16px;
	box-shadow: none;
	border-radius: 0;
}

#header .navbar-nav.navbar-left.qd-brand-logo-wrap > li {
	background: transparent;
}
