/* logos */
/* line 4, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(/img/logo2.png);
  width: 0;
  height: 0;
  background-size: cover;
  padding: 30px 43px;
}

/* line 16, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("/img/logo2.png");
  background-repeat: no-repeat;
  padding-top: 91px;
}
/* line 18, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 29, ../sass/theme/theme.scss */
body.loginPage {
  background-image: url(/img/King-and-Queen-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
