.bg-login {
  /* background-color: #ed7403; */
  background-size: cover;
}
/*     	Page 404     */
.page-not-found {
  background-image: url("../img/bg-404.jpeg");
  background-size: cover;
  background-position: center;
  image-rendering: pixelated;
}

.page-not-found .wrapper.not-found {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
}

.page-not-found .wrapper.not-found h1 {
  font-size: 100px;
  letter-spacing: .15em;
  font-weight: 600;
  animation-delay: .5s;
}

.page-not-found .wrapper.not-found .desc {
  font-size: 27px;
  text-align: center;
  line-height: 50px;
  animation-delay: 1.5s;
  letter-spacing: 2px;
}

.page-not-found .wrapper.not-found .desc span {
  font-weight: 600;
  font-size: 30px;
}

.page-not-found .wrapper.not-found .btn-back-home {
  border-radius: 50px;
  padding: 13px 25px;
  animation-delay: 2.5s;
}
/* 
@media screen and (max-width: 576px) {
  .wrapper.not-found h1 {
    font-size: 65px !important;
  }

  .wrapper.not-found .desc {
    font-size: 18px !important;
  }
}

