#login h1 a, .login h1 a {
	background-image: url(https://lccstore.be/wp-content/uploads/2020/12/logo5LCC300ppi.png);
	width: 300px;	
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
}
body.login {
	background: white; 
	position: relative;
}
body.login:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(https://lccstore.be/wp-content/uploads/2020/12/panterprint-achtergrond.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	opacity: 0.2;
}
div#login > p > a:hover {
	text-decoration: underline;
}
#nav, #backtoblog {
	text-align: center;
}