/* line 47, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(../img/logo.png);
  width: 0;
  height: 0;
  background-size: contain;
  padding: 28px 71px;
}

/* line 65, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("../img/login_bg.jpg") !important;
}

/* line 71, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("../img/login_Logo.png");
  background-repeat: no-repeat;
  padding-top: 76px;
  background-size: 52%;
}
/* line 73, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
