
/* ----------------------------------------------------------------
	Error 404
-----------------------------------------------------------------*/
.error404 {
    display: block;
    font-size: 18vw;
    font-weight: 700;
    color: #ddd;
    line-height: 1;
    letter-spacing: 4px;
}
.error404-wrap .container {
    z-index: 7;
}
.error404-wrap .error404 {
    line-height: 0.9;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 19vw;
    color: #fff !important;
    opacity: 0.2;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.error404-wrap .heading-block h4, .error404-wrap .heading-block .h4 {
    font-weight: 300;
    margin-bottom: 8px;
}
.error404-wrap .heading-block span {
    font-size: 1.125rem;
}
.error404-wrap form {
    max-width: 500px;
}
