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

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/login.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

******************************************************************/
.login h1 a {
  background: url("../../images/logos/logo-blue-pencil.png") no-repeat top center;
  background-size: contain;
  width: 162px !important;
  height: 60px !important;
  text-indent: -9999px;
  overflow: hidden;
  display: block; }
