/* erro-section */
.bgerro {
  padding-top: 95px;
  height: 85vh;
  background-image: url(/files/img/background/404.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

#single .bgerro h1 {
  color: #606362;
  padding-top: 1rem;
  text-transform: unset !important;
  font-size: 3rem;
}

.form-erro {
  margin-top: 5rem;
}


.erro-section .btn-primary {
  font-size: 0.8rem;
}

.erro-section .error-input-email {
  width: 100%;
  height: 38px;
  /* margin-right: 2rem; */
  background: unset;
  border: 1px solid #0faa75;
  border-radius: 30px !important;

}

.erro-section .error-btn-submit {
  width: 100%;
  background: #0faa75;
  padding: 0.7rem 2rem 0.6rem 2rem;
}

.back-home-link {
  font-size: 1.5rem;
  color: #606362;
  width: 100%;
}

.back-home {
  margin: 2rem 0;
}

@media (max-width: 992px) {
  .bgerro {
    background-size: contain;
  }

  #single .bgerro h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .erro-section .form-group {
    margin-bottom: 0;
  }

  #single .bgerro h1 {
    font-size: 2rem;
  }

  .back-home {
    padding-top: 10px;
  }

  .back-home-link {
    font-size: 1rem;
    ;
  }
}