/* Shared company logo sizing - use class="company-logo" on all logo images */

img.company-logo,
.company-logo {
	max-width: 200px !important;
	max-height: 50px !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
	object-position: center;
	display: block;
}

/* Admin top bar */
#topbar .topbar-brand-logo,
#topbar img.company-logo {
	max-width: 180px !important;
	max-height: 44px !important;
}

/* Login / forgot password */
.loginlogo img.company-logo,
.company-logo--auth {
	max-width: 200px !important;
	max-height: 56px !important;
	margin-left: auto;
	margin-right: auto;
}

/* Form access landing page - medium size */
.company-logo--landing {
	max-width: 280px !important;
	max-height: 72px !important;
	margin-left: auto;
	margin-right: auto;
}

/* Form fixed header */
header .company-logo,
header .logo-img {
	max-width: 200px !important;
	max-height: 50px !important;
}

/* Mobile navbar */
.mobile-navbar .company-logo,
.mobile-navbar .logo-img,
.mobile-navbar img {
	max-width: 120px !important;
	max-height: 36px !important;
}

/* Settings preview */
.company-logo-preview {
	max-width: 200px !important;
	max-height: 56px !important;
}
