body {
	background-color: #f4f4f4;
	height: 100%;
}

#content-container {
	margin-top: 10px;
	min-height: calc(100vh - 10px - 78px);
	display: flex;
	width: 100%;
}

.centered-page {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	flex-direction: column;
	width: 100%;
}

.login-form {
	margin: 20px;
	width: 80%;
	max-width: 380px;
	min-width: 300px;
}

#footer {
	padding: 20px;
	color: white;
	background-color: #00557e;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
#footer a {
	color: white;
}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}
#footer .logo {
	height: 38px;
}
