/* line 4, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  padding-top: 80px;
  background-size: 26%;
  background-position-x: 15px;
}
/* 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: 100px;
  height: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding: 27px;
}

/* line 34, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/background.jpg") !important;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
}
