body.install-page {
  background-image: url('../images/cheetah-installer-bg.jpg') !important;
}

body.install-page .logo a {
  background-image: url("../images/born-white-logo.png") !important;
}

body.install-page .site-version {
  vertical-align: initial !important;
  padding-left: 10px;
  color: #4192c8;
  font-weight: bold;
  font-size: 0.6em;
}

footer.installer-footer {
  margin: 0 auto;
  width: 75%;
  max-width: 770px;
  border-radius: 5px;
  color: white;
}

footer.installer-footer #credit {
  float: right;
  padding: 20px 0 40px;
  font-size: 11px;
}

footer.installer-footer #credit a {
  clear: right;
  float: right;
  height: 0;
  overflow: hidden;
  padding: 50px 0 0;
  width: 125px;
}

[dir="rtl"] footer.installer-footer #credit {
  float: left;
  text-align: left;
  padding: 20px 0 40px;
  font-size: 11px;
}

.installer-logo {
  width: 222px;
}

@media (min-width: 48em) {
  .page-title {
    margin-left: 1.3em !important;
    color: #4192c8;
  }
}

.other-lang-warn {
  display: none;
}
.other-lang-warn.visible {
  display: block;
}
