body {
	background:#fff;
	background:linear-gradient(to bottom, #fff 40% , #432d17 40%); 
	color:#000;
}
a { color:#111 }

.login h1 a {
	background-image: url('img/login.png');
	background-image: none, url('img/login.png');
	background-size: 155px 102px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #999;
	height: 102px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 20px;
	text-decoration: none;
	width: 155px;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
}

.login form {
	background-color: #fff;
	border-radius: .5em;
	border:0;
	box-shadow: 0 0 0 !important
}

#wp-submit { background:#B5A150; display:block; width:100%; float:none; font-size: 18px; padding:5px; border:0;  }
label {
	color: #000 !important
}

#login form label {
	color: #000;
}
#nav { text-align:center; color:#8c4245 }
#nav a { font-size: 16px;}
#login a { color:blue   }

.message.register { border: 5px solid red; margin-top: 10px; text-align:center;  }
#login p.message.register a { color:red !important; font-weight: bold !important }

#backtoblog { display:none }

.wp-login-lost-password { color:#fff !important;}
