/* line 4, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/new-logo.png");
  width: 0;
  height: 0;
  background-size: cover;
  padding: 25px 50px;
}

/* line 15, ../sass/theme/theme.scss */
.loginPage {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/bg.jpg") !important;
}
/* line 16, ../sass/theme/theme.scss */
.loginPage .loginPanelOverlay {
  opacity: 0.6 !important;
}
/* line 20, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("../../img/new-logo.png");
  background-repeat: no-repeat;
  padding-top: 85px;
  background-size: 50%;
}
/* line 22, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
