.page-card-head {
	background: transparent;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-card-head .app-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 64px;
	max-width: min(320px, 85vw);
	width: auto;
	height: auto;
	object-fit: contain;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
}

.centered.splash {
	background: transparent !important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.biztek-splash-logo,
.centered.splash img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 48px;
	max-width: min(240px, 70vw);
	width: auto;
	height: auto;
	object-fit: contain;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
}
