@font-face {
    font-family:'vazir';
    src:url('../webfonts/Vazir.eot');
    src:url('../webfonts/Vazir.eot#iefix') format('embedded-opentype'),
        url('../webfonts/Vazir.woff') format('woff'),
        url('../webfonts/Vazir.woff2') format('woff2'),
        url('../webfonts/Vazir.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}


body.error-page {
    background: #fff;
    font-size: 14px;
    text-align: center;
}
img {
    max-width: 100%;
}
a,
body,
button,
div,
p {
    font-family: 'vazir';
}

body.error-page:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.4;
    z-index: 1;
}
.bg-404 {
    padding: 0 !important;
    height: auto !important;
    color: #2b2b2b !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
}
body.error-page button {
    border-radius: 5px;
    border: none !important;
    background-image: linear-gradient(45deg, #EE9c1F, #EE9c1F);
    -webkit-box-shadow: 0 5px 10px 0 rgba(103, 58, 183, 0.2);
    box-shadow: 0 5px 10px 0 rgba(103, 58, 183, 0.2);
    color: #fff;
    padding: 10px 20px !important;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.2s;
}
body.error-page button:hover {
    opacity: 0.7;
}
