/* line 50, ../sass/theme/theme.scss */
/* line 2, ../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: 20px 60px 25px 60px !important;
}

/* line 89, ../sass/theme/theme.scss */
/* line 12, ../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 91, ../sass/theme/theme.scss */
/* 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/login-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  height: 80px !important;
}

/* line 93, ../sass/theme/theme.scss */
/* line 29, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
