/* line 3, ../sass/theme/theme.scss */
body.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;
  background-size: 35%;
  padding-top: 65px;
  background-position-x: 10px;
}
/* line 5, ../sass/theme/theme.scss */
body.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 20, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-size: 70%;
  padding: 20px 50px;
  background-position-x: 15px;
}
