body.login div#login h1 a {
	background-image: url(images/Sindy-320.png);
	padding-bottom: 30px;
	width: 320px;
	height: 101px;
	background-size: 320px 101px;
}

body.login {
	background: #fdcb6e;
}


.wp-core-ui .button-primary {
background-color: #afc47e;
background-image: -webkit-gradient(linear,left top,left bottom,from(#afc47e),to(#a0b56d));
background-image: -webkit-linear-gradient(top,#afc47e,#a0b56d);
background-image: -moz-linear-gradient(top,#afc47e,#a0b56d);
background-image: -ms-linear-gradient(top,#afc47e,#a0b56d);
background-image: -o-linear-gradient(top,#afc47e,#a0b56d);
background-image: linear-gradient(to bottom,#afc47e,#a0b56d);
border-color: #a0b56d;
border-bottom-color: #afc47e;
-webkit-box-shadow: inset 0 1px 0 rgba(175,196,126,0.5);
box-shadow: inset 0 1px 0 rgba(175,196,126,0.5); 
color: #fff;
text-decoration: none;
/** text-shadow: 0 1px 0 rgba(0,0,0,0.1); */
}


.wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:hover, .wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus {
background-color: darkgreen;
background-image: -webkit-gradient(linear,left top,left bottom,from(#a0b56d),to(#afc47e));
background-image: -webkit-linear-gradient(top,#a0b56d,#afc47e);
background-image: -moz-linear-gradient(top,#a0b56d,#afc47e);
background-image: -ms-linear-gradient(top,#a0b56d,#afc47e);
background-image: -o-linear-gradient(top,#a0b56d,#afc47e);
background-image: linear-gradient(to bottom,#a0b56d,#afc47e);
border-color: darkgreen;
-webkit-box-shadow: inset 0 1px 0 rgba(175,196,126,0.6);
box-shadow: inset 0 1px 0 rgba(175,196,126,0.6);
color: #fff;
/** text-shadow: 0 -1px 0 rgba(0,0,0,0.3); */
outline-color: darkgreen;

}

.login #nav a, .login #backtoblog a {
color: darkgreen!important;
}

.login * {
margin: 0;
padding: 0;
}

