
/* QTronL css */

#site-name a {
  display: block;
  width: 250px;
  height: 83px;
  margin: auto;
  background: url("../img/qtronl-logo.svg") no-repeat scroll 50% / 100%;
  background-size: contain;     /* scales to fit original height */
  text-indent: -9999px;        /* hides the text */
  overflow: hidden;
}

.login #site-name a {
  width: 250px;
  height: 83px;
  margin: auto;
  background: url("../img/qtronl-logo.svg") no-repeat scroll 50% / 100%;
  text-indent: -2000px;
}