/*
#background{
	background-image: url('img/wallpaper.jpg');
}
.login-box h1 #site-title{
	display: none;
}
.login-box h1 #site-logo-img{
	background-image: url('img/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 50px;
	width: 162px;
	display: inline-block;
	margin-right: 8px;
}
*/