
        #login h1 a, .login h1 a {
            background-image: url(./images/logo.png);
			height:145px;
			width:320px;
			background-size: 320px 145px;
			background-repeat: no-repeat;
			padding-bottom: 0px;
        }
		body.login {
			background-attachment: scroll;
			background-color: #f8f8f8;
            background-image: url(./images/gioielli-login.png);
			background-repeat: no-repeat;
			background-position: calc(50% + 415px) 250px;
		}
		#login {
			padding-top: 90px !important;
			margin-bottom: 100px !important;
		}

@media (max-width: 992px){
	body.login {
		background-position: calc(50% + 260px) 480px;
	}
}