.error-page {
    margin: 0;
}

.error-page .error-header {
    height: 66px;
    background: #B5d823 !important;
}

.error-page .error-header img {
    width: auto;
    height: 100%;
}

#error-container {
    position: relative;
}

.error-message {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    max-width: 500px;
}
