/* =========================================================
   Shared account-page scenery
   Used by login.html and member.html.
   ========================================================= */

.houseScenery {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 45 / 13;
  overflow: visible;
  pointer-events: none;
}

.houseShape {
  shape-rendering: geometricPrecision;
}

.houseGoldLeft,
.houseGoldRight {
  fill: #f3dfb8;
}

.houseIvoryLeft,
.houseIvoryRight {
  fill: #f1eee6;
}

.houseWhiteCenter {
  fill: #fff;
}
