html {
background-color: #fff;
}
 
#login form {
padding-top: 100px;
}

#login form .submit input {
border-color: #8F9639 !important;
color: #FFFFFF !important;
}
#login form .submit input:hover {
border-color: #8F9639 !important;
color: #EEEEEE !important;
}

#login form .submit input:active {
border-color: #8F9639 !important;
color: #EEEEEE !important;
}

label {
color:#FFFFFF;
font-size:13px;
}

input.button-primary, button.button-primary, a.button-primary {
background:url("../images/button-grad-active.png") repeat-x scroll left top #666B31;
border-color:#FFFFFF;
color:#FFFFFF;
font-weight:bold;
}
input.button-primary:hover, button.button-primary:hover, a.button-primary:hover {
background:url("../images/button-grad-active.png") repeat-x scroll left top #666B31;
border-color:#FFFFFF;
color:#FFFFFF;
font-weight:bold;

}
input.button-primary:active, button.button-primary:active, a.button-primary:active {
background:url("../images/button-grad-active.png") repeat-x scroll left top #666B31;
border-color:#FFFFFF;
color:#FFFFFF;
font-weight:bold;
}

#login h1 {
display: none;
}
.login #nav a {
color: #777 !important;
}
.login #nav a:hover {
color: #bcb38f !important;
}
 
#wphead img, #wphead h1 {
display: none;
}
#wphead {
height: 100px;
}
#wphead-info {
padding-top: 27px;
}
 
#footer {
display: none;
}
#footer_custom {
clear: both;
text-align: center;
width: 500px;
margin: auto;
height: 100px;
}
#footer_custom .docs {
padding-top: 0px;
line-height: 100%;
}
#footer_image {
border:none;
}

form {
-moz-border-radius:0 0 0 0;
-moz-box-shadow:0 0 0 #FFFFFF;
background:#8F9639 url('/wp-content/themes/reflectinggod/images/custom-login.png') no-repeat center top;
border:0px solid #E5E5E5;
font-weight:normal;
margin-left:8px;
padding:16px 16px 40px;
}