body {
  background: #f1f1f2;
  font-family: "Open Sans", Arial, sans-serif;
}
.container {
  font-size: 16px;
  width: 630px;
  height: 300px;
  position: relative;
  top: 200px;
  padding: 85px 50px 20px 50px;
  background: url("logo.png") no-repeat 50% 20px #fff;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 0 1px 7px #999;
  -moz-box-shadow: 0 1px 7px #999;
  -ms-box-shadow: 0 1px 7px #999;
  -o-box-shadow: 0 1px 7px #999;
  box-shadow: 0 1px 7px #999;
  color: #444;
}
.container.fourzerofour h1,
.container.tenant-not-found h1 {
  background: url("404.png") no-repeat 120px 50%;
  border-top: 1px solid #afafaf;
  color: #2c8ccb;
  font-size: 52px;
  height: 90px;
  line-height: 90px;
  margin: 0;
}
.container.tenant-not-found h1 {
  background-position: 0 50%;
}
.container.tenant-not-found,
.container.fourzerofour {
  height: auto;
}
.container p {
  font-weight: lighter;
}

.back-home-section {
  background: #efefef;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  font-weight: bolder;
  line-height: 60px;
}
.back-home-section a {
  display: block;
  color: #fff;
  margin: 0 auto;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: #4cbb17;
  font-size: 14px;
  text-decoration: none;
  font-weight: lighter;
}

.container.maintenance-mode {
    height: 250px;
    width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -177px;
    margin-left: -350px;
}
.container.maintenance-mode .sub-container{
    border-top: 1px solid #afafaf;
}
.container.maintenance-mode h1 {
    font-size: 21px;
    color: #2c8ccb;
    font-weight: lighter;
}
.container.maintenance-mode a {
    color: #2c8ccb;
    text-decoration: none;
}
.container.maintenance-mode a:hover {
    text-decoration: underline;
}
.container.maintenance-mode .left {
    float:left;
    width:60%;
    text-align: left;
    color: #414142;
    padding-top: 10px;
}
.container.maintenance-mode .right {
    float:right;
    width:40%;
    padding-top: 10px;
}
