html.error-page h1.error-code {
    color: #fff;
}
html.error-page p.error-message {
    color: #eee;
}
html.error-page  .btn-primary {
    color: #fff;
    background-color: #3f9640;
    border-color: #3c763d;
}
html.error-page body {
    padding: 20px 0 20px 0;
    background: rgb(188,63,40);
    background: -moz-linear-gradient(left, rgba(188,63,40,1) 0%, rgba(188,63,40,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(188,63,40,1) 0%,rgba(188,63,40,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to right, rgba(188,63,40,1) 0%,rgba(188,63,40,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc3f28', endColorstr='#000000',GradientType=1 );
}