/* line 4, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(../../img/logo.png);
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 25px 100px;
}

/* line 16, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("../../img/loginBackground.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
}
/* line 18, ../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: 60px;
}
/* line 20, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
