html {
    height: 100%;
}
body.error404{
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-direction: column;
    margin: 0;
    height: 100%;
}
.error404 div#content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1 auto;
}
.error404 input.search-submit {
    font-size: 15px;
    min-width: 112px;
    height: 37px;
    padding: 0 21.5px;
    padding-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid #ef730f;
    background: #ef730f;
}
.error404 #site-content {
    padding-top: 15rem!important;
}
.error404 input.search-submit:hover {
    color: #ef730f;
    background: #ffffff;
}
.error404 input.search-submit:active {
    color: #ffffff;
}
.error404 input.search-submit:focus {
    color: #ef730f;
    background: #ffffff;
}
/* @media (min-width: 1281px){
    .error404 #site-content {
        padding-top: 11.719vw!important;
    }
    .error404 .section-inner.thin {
        max-width: 45.313vw;
    }
    .error404 input.search-submit{
        font-size: 1.172vw;
        min-width: 8.75VW;
        height: 2.734375VW;
        padding: 0 1.6796875VW;
        padding-bottom: 0.15625VW;
    }
} */
@media only screen and (max-width: 468px) {
    .error404 #site-content {
        padding-top: 5rem!important;
    }
    .error404 input.search-submit {
        margin-bottom: 40px;
    }
    .error404 .search-form{
        display: block;
    }
    .error404 input.search-submit{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 468px) {
    .error404 .section-inner.thin.error404-content{
        width: 100%;
    }
}