.error-header-container {
    background: url(/images/pattern.png) #0275b6;
    color: #fff;
    padding: 30px 0;
}

.error-header-title1 {
    font-size: 26px;
}

.error-header-title2 {
    font-size: 16px;
    padding: 20px 0 0 42px;
}


.error-container {
    color: #4E6985;
    padding: 40px;
    border-radius: 5px;
    border: 3px solid #4E6985;
    background: #C5DFF8;
    margin-top: 50px;
    box-shadow: inset 0 1px 0 #E4F1FF;
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden;
}

.error-desc-container p>a {
    text-decoration: underline;
}

.error-container a {
    color: #566F89;
}

.error-container a:hover {
    color: #80a7d1;
}


.error-title-container {
    float: left;
    text-shadow: 1px 1px 0 #E4F1FF;
    font-weight: bold;
    margin-bottom: 20px;
}

.error-title-container>.icon {
    font-size: 207px;
    padding-bottom: 48px;
}

.error-title-container>p {
    font-size: 40px;
}

.error-desc-container {
    float: right;
    font-size: 17px;
    line-height: 26px;
    width: 462px;
    text-align: left;
    padding-top: 65px;
}

.error-link-container {
    margin-top: 5px;
    overflow: hidden;
}

.error-link-container a {
    float: left;
    display: inline-block;
    width: 224px;
    text-align: left;
    margin: 11px 0 0 5px;
    font-size: 16px;
}



