@charset "utf-8";
/* CSS Document */

/* Custom Login Styles */
body,
html{background:url(../images/bg-home.png) repeat-x center top #ffffff!important;  } /* 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(../images/logo.png) center top no-repeat;
	width: 330px;
	height: 80px;
} 

#backtoblog{display: none;}

body.login {border-top-color:#f4edd3;} /* Top bar background color */
.login p#backtoblog a:link, .login p#backtoblog a:visited {color:#17272d;} /* Link effects in top bar */
.login p#backtoblog a:hover, .login p#backtoblog a:active {color:#17272d;text-decoration:underline;} /* Rollover link effects in top bar */

/* Login Button */
#wp-submit {
    background: #fff;
    border: #fff;
	color:#999;
	box-shadow: inset 0 0px 0;
}

/*Lost your password link */
.login #nav a, .login #backtoblog a {
    color: #fff!important;
}
.login #nav a:hover, .login #backtoblog a:hover {
    color: #dddddd!important;
}

.login #nav, .login #backtoblog {
    text-shadow: #fff 0 1px 0;
}