/******************************************************************

Stylesheet: Login Stylesheet

This stylesheet is loaded is only on the login page. This way you can style
the login page. It won't affect any other page, admin or front-end.

Make sure functions/admin.php is activated in your functions.php file.

This stylesheet is turned off by default.

For more info, check out the codex:
http://codex.wordpress.org/Creating_Admin_Themes

******************************************************************/
body.login {
  background-color: #e5e5e5; }

#login {
  width: 100%;
  max-width: 400px; }

.login h1 a {
  background: url(../img/login.png) no-repeat top center;
  width: 300px;
  height: 119px;
  overflow: hidden;
  padding-bottom: 0px;
  display: block; }

.login #backtoblog a, .login #nav a, .login h1 a {
  color: #42579D; }

.login form {
  background-color: #124964; }

.login label {
  color: #fff; }

#wp-submit {
  background-color: #519440;
  text-shadow: none;
  color: #fff; 
}

.indicator-hint {
  color: white; }