@charset "utf-8";

.login h1 a {
  font-size: 100%;
  line-height: 1;
  width: 240px;
  height: 160px;
  margin: 0 auto;
  background: url(img/logo_login.png) no-repeat center center / 100% auto !important;
}
@media (max-width: 480px) {
  .login h1 a { width: 80%; }
}
