header {
    box-shadow: 0 0 0.375rem #d9d9d9;
}
    
.page-404 {
    height: 100%;
}

.page-404 h2 {
    font-family: 'Poppins';
}

.page-404 h5 {
    font-family: 'Poppins-light';
    color: #6c757d;
}

.page-404 .grey-bg {
    background: url(/assets/images/auxiliary/property_not_found.gif);
    padding: 8em;
    background-repeat: no-repeat;
    background-size: 100%;
}

.page-404 img {
    width: 100%;
}
.page-404 .btn-primary-bordered {
    cursor: pointer;
    font-family: Poppins, sans-serif;
    border: 0.125rem solid var(--foralista-color-1);
    border-radius: 0.5rem;
    font-size: 0.9em;
    padding: 0.5rem 0.625rem 0.5rem 0.5rem;
    position: relative;
    top: -0.2em;
}

.page-404 .btn-primary-bordered:hover {
    color: white !important;
}

.page-404 main {
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.page-404 .description-line {
    background-color: var(--foralista-color-1);
    height: 0.188rem;
    width: 10%;
}

.page-404 code {
    font-size: 1.3em;
    color: var(--foralista-color-1) !important;
}

@keyframes slide-background {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}