/******************************************************************

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 { background: #e3e3e3; }
.login h1 a {
  background: url(../images/MAGweb-Logo.png) no-repeat top center;
  width: 300px;
  height: 266px;
  text-indent: -9999px;
  overflow: hidden;
  padding-bottom: 15px;
  display: block;
}
.wp-core-ui .button-primary {
	background: #fedf60;
	border-color: #fedf60;
	box-shadow: 0 1px 0 #E5C33A;
    color: #000;
    text-decoration: none;
    text-shadow: 0 -1px 1px #E5C33A, 1px 0 1px #E5C33A, 0 1px 1px #E5C33A, -1px 0 1px #E5C33A;
}
.wp-core-ui .button-primary:hover {
	background: #E5C33A;
	border-color: #E5C33A;
	box-shadow: 0 1px 0 #fedf60;
    color: #000;
    text-decoration: none;
    text-shadow: 0 -1px 1px #fedf60, 1px 0 1px #fedf60, 0 1px 1px #fedf60, -1px 0 1px #fedf60;
}
.wp-core-ui .button-primary:focus {
	background: #BF9E19;
	border-color: #BF9E19;
	box-shadow: 0 1px 0 #E5C33A;
    color: #000;
    text-decoration: none;
    text-shadow: 0 -1px 1px #E5C33A, 1px 0 1px #E5C33A, 0 1px 1px #E5C33A, -1px 0 1px #E5C33A;
}
.login #backtoblog a, .login #nav a {
	color: #000;
}