/* login css */
html{
	background :#f7f7f7 url(images/body-bg.jpg) repeat !important;
}
h1 a { 
	background-image:url(img/login-logo.png) !important;
}
.login #nav a, .login #backtoblog a {
	color: #68338E !important;
}
.login #nav a:hover, .login #backtoblog a:hover {
	color: #2C143C !important;
}
.login h1 a {
background-size: 274px 63px;
background-position: center top;
background-repeat: no-repeat;
width: 326px;
height: 67px;
text-indent: -9999px;
outline: 0px none;
overflow: hidden;
padding-bottom: 15px;
display: block;
}
div#login #wp-submit{
	background: #afd8ee;
	color:#447790;
	text-shadow: #fff 0 1px 0;
	border-color: #447790;
}
div#login #wp-submit:hover{
	border-color: #2b4a5a;	
}
body.login{
	background: url(images/bg-art.png) no-repeat 290% -150px;
}