body {
  background-color: #eceef5;
  font-family: Public_Sans, sans-serif;
  color: #4c4c4c;
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.host-error {
  position: static;
  display: block;
  height: 100%;
  width: 100%;
  margin-top: 34%;
}

.host-error-before {
  content: '';
  background-color: white;
  position: absolute;
  display: block;
  height: 34%;
  bottom: 0;
  left: 0;
  right: 0;
}

.header {
  position: fixed;
  display: -ms-flexbox;
  top: 5%;
  margin-left: 45%;
}

.content {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  height: 33%;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10%;
  bottom: 23%;
  left: 0;
  right: 0;
}

.content .left-part,
.host-error .content .right-part {
  top: 0;
  bottom: 0;
  position: relative;
  display: block;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 1%;
  width: 50%;
  min-width: 190px;
  min-height: 190px;
}

.content .left-part,
.host-error .content .right-part {
  top: 0;
  bottom: 0;
  position: relative;
  display: block;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 1%;
  width: 50%;
  min-width: 190px;
  min-height: 190px;
}

.content .left-part .stocky-error {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.content .left-part .stocky-error img {
  height: 100%;
  right: 40px;
  position: absolute;
}

.content .right-part .title {
  color: #002038;
  height: 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.content .right-part > * {
  width: 100%;
  position: relative;
}

.content .right-part .detail {
  color: #002038;
  font-weight: lighter;
  height: 47%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
  white-space: pre-wrap;
}

@media screen and (max-width: 1440px) {
  .content .right-part .title {
    font-size: 2.4rem;
  }

  .content .right-part .detail {
    font-size: 1.8rem;
    width: 75%;
  }
}

@media screen and (min-width: 1440px) {
  .content .right-part .title {
    font-size: 2.8rem;
  }

  .content .right-part .detail {
    font-size: 2rem;
    width: 65%;
  }
}

.content .right-part .fire-fox {
  margin-top: 5%;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
}

.fire-fox .logo {
  width: 45px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.fire-fox-detail {
  margin-left: 10px;
  color: #002038;
  font-weight: lighter;
  height: 47%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
  white-space: pre-wrap;
}

.btn {
  text-transform: uppercase;
  background-color: #0086ff;
  color: white;
  padding: 10px 25px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 1.4rem;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}

.btn:hover {
  background-color: #006de6;
}

.btn.update {
  bottom: 0;
  position: absolute !important;
  width: unset !important;
}
