/* Insert your born_ready_bs4 404/403 page custom SASS styling. */
.page-404-container,
.page-403-container
{
    color: #fff;
    background-image: url('../../images/404-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
