body.login div#login h1 a {
    background-image: url(/wp-content/uploads/logo.png);
	width: 300px !important;
	height: 111px !important;
	background-size: 300px auto;
    padding-bottom: 30px;
}

body.login div#login form#loginform p.submit .button-primary {
	font-size: 14px;
	font-weight: 500; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	padding: 6px 20px; 
	line-height: 1.0em; 
	background: transparent; 
	border: 2px solid;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	transition: all 0.2s; 
	position: relative;
	box-shadow: none;
	text-shadow: none;
	color: #7fb942;
}

body.login div#login form#loginform p.submit .button:hover {
	background-color: #7fb942;
	color: #fff !important;
}

/*#user_login, #user_pass {
	border-left-color: #7fb942 !important;
	border-right-color: #7fb942 !important;
	border-top-color: #7fb942 !important;
	border-bottom-color: #7fb942 !important;
}*/

.message {
	border-left-color: #7fb942 !important;
}

#nav a:hover, #backtoblog a:hover {
	color: #7fb942 !important;
}

/*body.login #loginform {
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px; 
	border-radius: 25px; 
}*/