/* line 4, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  width: 0;
  height: 0;
  background-size: contain;
  padding: 29px 85px;
  background-repeat: no-repeat;
}

/* line 19, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("../../img/loginLogo.jpg");
  background-repeat: no-repeat;
  padding-top: 50px;
  background-size: contain;
  background-position: 5px 0px;
}
/* line 21, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 34, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/background.jpg") !important;
  background-repeat: no-repeat;
  background-position-y: 30%;
  background-position-x: center;
  background-size: cover !important;
}
