﻿.center-block{
    margin-left:auto;
    margin-right:auto;
}

.error-header > img{
    display:block;
}

.error-container {
    margin-top: 120px;
    margin-bottom: 120px;
    width: 500px;
}

.error-content {
    margin-top: 40px;
    text-align: center;
    color: #606570;
}

    .error-content .title {
        font-size: 4rem;
        font-weight: 600;
        word-wrap: break-word;
    }

    .error-content .desc {
        margin-top: 40px;
        word-wrap: break-word;
    }

.error-controls {
    margin-top: 40px;
    text-align: center;
}

    .error-controls a {
        display: block;
        border: 1px solid #006EDB;
        background-color: #006EDB;
        color: #fff;
        height: 45px;
        width: 160px;
        font-weight: 400;
        padding: 10px;
        border-radius: 3px;
        text-align: center;
    }

        .error-controls a:hover, .error-controls a:focus {
            text-decoration: none;
            background-color: #7990CE;
            border: 1px solid #7990CE;
            color: #fff;
        }

.footer-container {
    padding: 0 40px 40px 40px;
}

    .footer-container hr {
        margin-bottom: 10px;
        border-color: #ECECEC;
    }

    .footer-container div {
        color: #9B9B9B;
        font-size: 0.850rem;
    }

    .footer-container a {
        text-decoration: none;
        color: #006EDB;
        font-weight: 600;
    }

        .footer-container a:hover {
            text-decoration: underline;
            color: #006EDB;
        }
