﻿.LonelyContainer {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#ffffff;
    z-index:99
}

.NotPageBody, .ErrorBody {
    position: absolute;
    padding: 12px;
    text-align: center;
    top: 20%;
    height: 50%;
    width: 100%;
}
.NotPageTitle, .ErrorTitle {
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}
    .NotPageTitle > *, .ErrorTitle > *{
        padding:0 20px;
        color: #3264b3;
        font-size: calc((0.5*0.4)*60vh);
    }

    .NotPageTitle i, .ErrorTitle i{
        text-align: right;
    }

    .NotPageTitle h1, .ErrorTitle h1 {
        text-align: left;
        margin: 0;
    }

.NotPageMsg, .ErrorMsg {
    font-weight: 100;
}

    .NotPageMsg h2, .ErrorMsg h2 {
        padding: 8px;
        font-size: 28px;
    }

    .NotPageMsg h3, .ErrorMsg h3 {
        padding: 6px;
        font-size: 16px;
        color: #777c89;
    }