/* Custom Login Styles */
 
html {
	background: #006230;
}	/* Page background. Can't use the body tag for this! */
#login h1 a {	/* Title image (The "WordPress Logo"). Remember to update the height and width your image's dimensions */
	background:url(login.png) center no-repeat;
	width:300px;
	height:150px;
}
body.login {
	background:#FFF;
}	/* Top bar background color */
.login p#backtoblog {
	display: none;
	height: 28px;
}
.login p#backtoblog a:link, .login p#backtoblog a:visited {
	color:#fff;
}	/* Link effects in top bar */
.login p#backtoblog a:hover, .login p#backtoblog a:active {
	color:#fff;
	text-decoration:underline;
}	/* Rollover link effects in top bar */
#login form .submit input {
	border-color: #06791e !important;
	font-weight: bold;
	color: #FFF !important;
	background: #06791e;
}
#login form .submit input:active {
	background: #06791e;
}
#login form .submit input:hover {
	border-color: #06791e !important;
	color: #fff !important;
}
.login #nav a {
	color: #06791e !important;
	display: none;
	text-decoration: none;
}

.login #nav a:hover {
	color: #06791e !important;
	text-decoration: underline;
}