.error-page {
  background: url("../img/error-bg.jpg") no-repeat 50% 0;
  background-attach: fixed;
  min-height: 100%;
  height: 100%;
  margin: 0;
}
/* 404 BEGIN
-------------------------------------------------- */
.box404,
.box404-alt {
  background: #28aae2;
  margin: 20px;
  padding: 50px;
  color: #fff;
}
.box404-copy {
  position: absolute;
  width: 260px;
  left: 85px;
  bottom: 95px;
  text-align: center;
}
.box404-title {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.box404-title h1 {
  font-size: 84px;
  margin: 0;
  font-weight: normal;
}
@media (min-width: 768px){
  .box404 {
    width: 608px;
    height: 608px;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    background: url("../img/figure3.png") no-repeat;
    transform: translate(-50%, -50%);
  }
  .box404-alt {
    width: 608px;
    height: 608px;
    margin: 20px auto;
    background: url("../img/figure3.png") no-repeat;
  }
  .box404-title {
    margin-top: 120px;
  }
  .box404-title h1 {
    font-size: 114px;
  }
}
/* 404 END
-------------------------------------------------- */
/* Inform BEGIN
-------------------------------------------------- */
.boxinform {
  margin: 20px;
  padding: 50px;
  background: #f3f9fb url("../img/iterika_logo_cut_white.png") no-repeat 110% 100%;
  border-radius: 20px;
}
@media (min-width: 768px){
  .boxinform {
    max-width: 1170px;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* Inform END
-------------------------------------------------- */