body {
	font-family: 'Lato', sans-serif;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;;
	background-position: center;
	margin: 0px;
}

.container {
	min-height: 100vh;
	position: relative;
	background: rgba(105, 145, 199, .5);
}

.eleprox-home {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 700px;
	width: 100%;
	text-align: center;
}

.eleprox-home .eleprox-logo {
	max-width: 300px;
}

.eleprox-name {
	font-size: 54px;
	font-weight: 700;
	color: #fff;
	margin-top: -40px;
}


.eleprox-other {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255,255,255,.8);
	margin-top: 10px;
	letter-spacing: .4px;
}