body {
	/*background-image: url(../img/frutti.svg);*/
    background-color: #f0e8e8;
	background-size: cover;}

.login h1 {}
.login h1 a {
	background-image: url(../img/nuovo-dino-logo.png);
	margin: 0;
	width: 100%;
	background-size: 167px;
    height: 147px;
}

.login form {
    margin-top: 0px;
}
input[type="text"]:focus,
input[type="password"]:focus {
    border-color: #A30137;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.login.wp-core-ui .button-primary {
    background: #A30137;
    border-color: #A30137 #A30137 #A30137;
    -webkit-box-shadow: 0 1px 0 #A30137;
    box-shadow: 0 1px 0 #A30137;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #A30137,1px 0 1px #A30137,0 1px 1px #A30137,-1px 0 1px #A30137;
}
a:active, a:active * { outline: none !important; -moz-outline-style: none !important;box-shadow: 0!important;}
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; box-shadow: 0 !important;}
a:focus {
    -webkit-box-shadow: none;
    box-shadow: none ;
}
