﻿
body {
    background-color: #f4f6f9;
}



.errorTitle {
    font-size: 90px;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 80px;
    color: #ffc107 !important;
    padding-right:20px !important;
}

.subTitle {
    font-weight: 600;
    font-size: 25px;
    margin-top: 8px;
    padding-bottom:3px;
}

.outerContainer {
    display: block;
    max-width: 650px !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 25px;
    border-radius: 6px;
    border-color: #eee;
}

@media only screen and (max-width:780px) {
    .col-md-4 {
        text-align: center;
    }

    .col-md-8 {
        text-align: center;
    }
}
