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

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:#B81919;
}

.wp-core-ui .button-primary {
    background: #B81919;
    border-color: #B81919;
    -webkit-box-shadow: none;
    box-shadow: none ;
    color: #fff;
    text-decoration: none;
    text-shadow: none ;
}

.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:active {
    background: #40960c;
    border-color: #40960c;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: top;
}


.login h1 a {
  background: url(../images/login-logo.png) no-repeat top center;
  width: 320px;
  height: 46px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block;
  max-width:100%; }

.login #backtoblog a, .login #nav a {
    color: #fff;
}
.login #nav a:hover, .login #nav a:focus,
.login #backtoblog a:hover, .login #backtoblog a:focus {
    color: #fff;
    text-decoration:underline;
}