@font-face{
	font-family: Roboto;
	src: url(../webfonts/Roboto-Regular.ttf) format("truetype");
}

* {
	-webkit-font-smoothing: antialiased;
}

html {
	height: 100%;
	box-sizing: border-box;
}

body {
	background-size: cover;
	padding-top: 135px;
	padding-bottom: 50px;
	position: relative;
	min-height: 100%;
	box-sizing: border-box;
}

html, body {
	font-family: Roboto, sans-serif;
}

.center {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -240px;
}

.center-inner {
	width: 480px;
	background: rgba(255, 255, 255, 0.7);
	padding: 20px;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.center {
		margin-left: -195px;
	}

	.center-inner {
		width: 390px;
	}
}

.logo {
	height: 50px;
	margin: 0 auto 30px auto;
}

.footer {
	background-color: #4d4d4d;
	text-align: center;
	color: #00313a;
	padding-bottom: 15px;
	padding-top: 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.footer > .row {
	margin: 0;
}

.footer a {
	color: #ffffff;
}

.footer a:hover {
	color: #ffffff;
}