body {
  background-color: #39E8E6;
}
#error-img {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  *display:none;
}
#error-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
#error .main-icon .uxicon {
  font-size:72px;
  color:inherit;
}
#error h1 {
  margin-bottom:20px;
}
.logo-frame {
  margin-top: 10%;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}
.mtp-logo {
  margin: auto;
  height: 70%;
}