/* line 5, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  background-image: url("/img/login_logo.png");
  background-repeat: no-repeat;
  padding-top: 38px;
}
/* line 7, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 20, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/header_logo.png");
  width: 0px;
  height: 0px;
  background-size: cover;
  padding: 20px 103px;
}

/* line 31, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/login_bg.jpg") !important;
  background-repeat: no-repeat;
  background-position: center;
}
