/* line 4, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  width: 0;
  height: 0;
  background-size: 80%;
  padding: 35px 65px;
  background-repeat: no-repeat;
}

/* line 16, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("../../img/santafebackground.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/logo.png");
  background-repeat: no-repeat;
  padding-top: 70px;
  background-size: contain;
  background-position: 5px 0px;
}
/* line 20, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
/* line 31, ../sass/theme/theme.scss */
.loginPage .loginPanelOverlay {
  opacity: 0.85 !important;
  background-color: #000000 !important;
}
