body {
	background-color: white;
}

.login h1 a {
  background-image: url("http://localhost:8000/gradisciutta/wp-content/themes/gradisciutta/img/GS-Logo-Full.svg");
  background-image: none,url("http://localhost:8000/gradisciutta/wp-content/themes/gradisciutta/img/GS-Logo-Full.svg");
  width: 80%;
  background-size: contain;
}

.wp-core-ui .button-primary.active, .wp-core-ui .button-primary.active:focus, .wp-core-ui .button-primary.active:hover, .wp-core-ui .button-primary:active {
background: #D1C7BC;
border-color: #D1C7BC;
box-shadow: none;
color: #fff;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
	background: #D1C7BC;
border-color: #D1C7BC;
box-shadow: none;
color: #fff;
}

.wp-core-ui .button-primary {
		background: #D1C7BC;
border-color: #D1C7BC;
}