/* Custom login page styles */
/* Force full white everywhere */
html, body, body.login{
  background:#fff !important;
  background-image:none !important;
}

/* Kill any WP logo / "Powered by WordPress" header */
#login h1,
body.login h1{
  display:none !important;
}

/* Keep the login box clean */
#login{
  background:transparent !important;
  box-shadow:none !important;
}

