/* logos */
/* line 4, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url(/img/logoNC.png);
  width: 0;
  height: 0;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px 150px;
}

/* line 15, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/background.jpg") !important;
}
/* line 17, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  /*hide simpleview logo*/
  /*set custom logo, increased padding to show the entire logo*/
  background-image: url("/img/logoNC.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 15px;
}
/* line 19, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}
