#login h1 a, .login h1 a {
	background-image: url(../picture/logo.svg);
	height:65px;
	width:320px;
	background-size: 320px 65px;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

body.login {
	background: url(../picture/background.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.login form {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#login, .language-switcher {
	margin: auto calc(75% - 160px);
}

a.fastware-login-link {
	display: block;
	text-align: right;
	margin-bottom: 16px;
}

.language-switcher {
	width: 300px;
}

@media screen and (max-width: 782px) {

	body.login {
		background: #F0F0F0;
	}
	
	#login, .language-switcher {
		margin: auto;
	}
	
	.language-switcher {
		width: 100%;
	}	

}