body.login {
	background: url(../img/beatrice-gori-login.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top:8%;
}
.login h1 a {
	background-image: url(../img/beatrice-gori-logo-new.png);
	background-size: 250px 63px;
	background-color: rgba(239,131,96,1);
	background-position: center center;
	width: 100%;
	margin: 0;
	border-radius: 8px 8px 0 0;
	padding: 2% 0;
}
#login{
	padding: 0 0 25px 0;
	border-radius:8px 8px 8px 8px;
	background:#fff;	
	/*position:fixed;
	bottom:30%;
	left:5%;
	margin-top:-255px;
	width:250px;*/
}