#login-title {
	font-size: 3em;
	text-align: center;
}

.outer {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
}

#loginForm {
	width: 425px;
}

#loginBanner {
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
	margin: auto auto 10px 3px;
	background-color: #005abe;
	border-radius: 2px;
	background-image: url("../images/header_logo.svg");
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

#login-languages-p {
	margin-top: 5px;
	font-size: 90%;
	text-align: center;
}

#cookie-law-p {
	font-size: 82%;
	text-align: center;
}