.loading-page {
  background: #afafaf;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.loading-page .counter {
  text-align: center;
}
.loading-page .counter p {
  font-size: 40px;
  font-weight: 100;
  color: #de0004;
}
.loading-page .counter h1 {
  color: #de0004;
  font-size: 60px;
  margin-top: -10px;
}
.loading-page .counter hr {
  background: #de0004;
  border: none;
  height: 1px;
}
.loading-page .counter {
  position: relative;
  width: 200px;
}
.loading-page .counter h1.abs {
  position: absolute;
  top: 0;
  width: 100%;
}
.loading-page .counter .color {
  width: 0px;
  overflow: hidden;
  color: #ffffff;
}
.loading-page .counter img{
  width: 120px !important;
}