body {
	color: #333;   
	}
body::before
{
	background-image: url(/_customers/images/ui/LumenTransportation/Lumen-logo.svg);
	background-color: #f9f9fa;
	background-position: center;
	background-size: 80%;
	background-repeat: no-repeat;
	opacity: .1;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: unset;
	width: 100vw;
	z-index: -1;
}
input {
	background: #fff;
	border: 1px solid #153448;
	border-radius: 4px;
}
