body,html {
	height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
	color: #666;
	background: url(../imgs/bg.jpg);
	background-size: cover;
}
.wrapper {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.wrapper .logo img {
	max-width: 440px;
	padding-bottom: 100px;
}
.bottom {
	position: absolute;
	bottom: calc(2% + 20px);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
	text-align: center;
}
.email {
	font-size: 67%;
	margin-top: 8px;
	text-transform: lowercase;
}
@media only screen and (max-width: 600px) {
	.wrapper .logo img {
		max-width: 320px;
		padding-bottom: 60px;
	}
}