body {
	background: rgb(33,76,154);
    background: linear-gradient(45deg, rgba(33,76,154,1) 0%, rgba(90,193,210,1) 100%);
	background-repeat: no-repeat;
}
#article h1 { display: none; }

.loginbackground {
	width: 100%;
	height: 100vh;
}
.loginform-container {
	max-width: 350px;
	width: 100%;
	position: fixed; top: 50%; left: 50%;
	transform: translate(-50%, -50%);
}
.loginwindow {
	background: #fff;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
	border-radius: 10px;
	text-align: center;
	padding: 3em 2em;
}

#footer {
	background: transparent;
	padding: 0;
	font-size: 12px;
	margin-top: 5px;
}
#footer .wrapper { padding: 0 10px; }

@media screen and (max-width: 585px) {
	#footer #nav_copyright { float: left; display: inline-block; }
	#footer #languageselect { float: right; display: inline-block; }
}