/* line 4, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  padding-top: 38px;
  background-size: 45%;
  background-position-x: 7px;
}
/* line 6, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 21, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  width: 145px;
  height: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding: 25px;
}
