body.login {
  /*background: #252A2B;*/
}

body.login div#login h1 {
  text-align: center;
}

body.login div#login h1 a {
/*
  background: transparent;
  height: auto;
  width: auto;
  text-indent: 0;
  background: url(images/logo_login.png);
  background: none;
  */
  background: url(../asset/logo-c.png);
  width: 180px;
  height:80px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}