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

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.


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

******************************************************************/
.login h1 {
  background: #450b20;
  padding: 15px; }
  .login h1 a {
    background: url("../img/logo.svg") no-repeat top center;
    background-size: contain;
    width: 250px;
    height: 60px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin-bottom: 0; }

.login form {
  margin-top: 0; }

/*# sourceMappingURL=maps/login.css.map */
