.ci__logo:before {
	content: "";
	background-image: url("../images/webex-3d-logo.svg");
	display: inline-block;
	vertical-align: middle;
	width: 104px;
	height: 94px;
	background-size: contain;
	background-repeat: no-repeat;
}

.md-panel {
	background-color: transparent !important;
}

body {
	background-image: var(--body-background-image, url("../images/webex-background-light.svg")) !important;
	background-color: var(--body-background-fallback-color, #E9E9E9) !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position-y: bottom !important;
}

.footer__logo_new::before {
	content: var(--footer-url, url('/idb/images/webex-footer-black.svg'));
}

/* hack for IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body {
		background-image: var(--body-background-image-ie, url("/idb/images/webex-background-light.svg")) !important;
	}
}