/* Custom Wordpress Login Page Style */

/* Page Background */
html {
	background:url(images/bg.jpg) !important;
	margin: auto;
	font-weight:bold;
}
/* Wordpress Logo Replacement (Don't forget to change width and height */
div#login h1 a {
	background:url("images/logo.png") no-repeat scroll center top transparent !important;
	width:290px;
	height:150px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* Top Bar Background Color */
body.login {
	border-top-color:#dac6ad;
	background:url(images/bg.jpg) !important;
}
.message {
	margin-bottom: 0px;
}
/* Login Button */
#wp-submit {
	background: #bc3d1d;
	border: #f24643;
}
/* Lost Password Link */
.login #nav a, .login #nav a:hover {
	color: #443030!important;;
}
/* Top Bar Link */
.login p#backtoblog {
display:none;
}
.login p#backtoblog a:link, .login p#backtoblog a:visited {
	color:#443030;
	font-weight: bold;
}
.login p#backtoblog a:hover, .login p#backtoblog a:active {
	color:#443030;
	text-decoration:underline;
}

div#login {
width:890px !important;
max-width:890px !important;
}

div#login h1 a {
height:93px !important;
margin:0 !important;
}

div#login form {
 box-shadow: none !important;
 margin:0;
 border-radius: 0 0 0 0;
}
