/* line 3, ../sass/theme/theme.scss */
.loginPage {
  background-repeat: no-repeat;
  background-image: url("/img/bg.jpg") !important;
  background-size: contain;
  background: round;
}
/* line 5, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  margin-left: 10px !important;
  background-image: url("/img/logo.png");
  background-size: 35%;
  background-repeat: no-repeat;
  padding: 60px 34px;
  margin-bottom: -20px !important;
}
/* line 6, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 27, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  background-position: center;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-size: 70%;
  padding: 30px 50px;
}
