#blank-page {
	background: #4C4C4C;
	height: 100%;
	position: fixed;
	width: 100vw;
}

#blank-page #blank-page-logo-container {
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100vw;
}

#blank-page #blank-page-logo {
	margin-bottom: 100px;
	width: 100px;
}

#blank-page #blank-page-loading-percentage {
	color: #FFE800 !important;
	padding: 10px;
}