@import url(/css/font-awesome.min.css);
/* line 5, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow {
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  padding-top: 35px;
  background-size: 30%;
  background-position-x: 7px;
}
/* line 6, ../sass/theme/theme.scss */
.loginPage .loginPanelContent .submitrow img.logo {
  display: none;
}

/* line 21, ../sass/theme/theme.scss */
html .logoArea img.logo {
  background-image: url("/img/logo.png");
  width: 120px;
  height: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding: 28px;
  margin-left: 10px !important;
}

/* line 35, ../sass/theme/theme.scss */
.loginPage {
  background-image: url("/img/background.jpg") !important;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
}
