﻿body {
    background-color: #1b1c1d;
}

.pushable .pusher .error-area {
    margin-top: 8%;
}

.error-image {
    width: 511px;
    height: 311px;
    margin: auto;
    margin-bottom: 0;
}

    .error-image.forbidden {
        background: url('/Assets/images/errors/403.png') no-repeat;
    }

    .error-image.not-found {
        background: url('/Assets/images/errors/404.png') no-repeat;
    }

    .error-image.internal-server {
        background: url('/Assets/images/errors/500.png') no-repeat;
    }

.error-text {
    display: block;
    width: 500px;
    color: #fff;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    font-family: monospace;
    font-size: 16px;
}

.go-back {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
