body #return-to-pantheon {
	display: none;
}
body.login::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #000000;
	z-index: -1;
	opacity: 0.3;
}
