@import url("/static/themes/default/css/default.css");
/* INDUQUIM CUSTOM STYLES */
header .buttons .spmLoginLogo {
  width: 104px;
  background: transparent url(../img/indunet.png) center center no-repeat;
  background-size: 104px 18px;
}
footer .footerPrintLogo {
  width: 104px;
  background: transparent url(../img/indunet.png) center center no-repeat;
  background-size: 104px 18px;
}
.page-standalone .header-logo img {
  max-width: 170px;
}
.page-standalone .header-body::after {
  content: "";
  display: block;
  width: 128px;
  height: 43px;
  position: absolute;
  bottom: 0;
  right: 0px;
  background-image: url(../img/indunet.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.register-body .header {
  display: block;
  padding: 1.1em 3.3em 1.1em 2em;
}
.register-body .header .loginHeader {
  width: 108px;
  height: 18px;
  display: inline-block;
  background: transparent url(../img/indunet.png) no-repeat left center;
  background-size: 104px 18px;
}
