/*
 * Author:        Pierre-Henry Soria <ph7software@gmail.com>
 * Copyright:     (c) 2016-2019, Pierre-Henry Soria. All Rights Reserved.
 * License:       GNU General Public License; See PH7.LICENSE.txt and PH7.COPYRIGHT.txt in the root directory.
 */

.error-image {
    background: url(../img/page-not-found.png) no-repeat;
    height: 260px;
    width: 260px;
    margin-top: 20px;
    margin-bottom: 10px;
}
