@font-face {
    font-family: 'Zen Dots';
    src: url('ZenDots-Regular.eot');
    src: url('../fonts/zendots/ZenDots-Regular.eot') format('embedded-opentype'), url('../fonts/zendots/ZenDots-Regular.woff2') format('woff2'), url('../fonts/zendots/ZenDots-Regular.woff') format('woff'), url('../fonts/zendots/ZenDots-Regular.ttf') format('truetype'), url('../fonts/zendots/ZenDots-Regular.svg#ZenDots-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.errorpage-header{background:none;}
    .errorpage-header .head-bar{
        box-shadow:none !important;
    }
    .logo.UnAuthorized {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .logo.UnAuthorized img{max-width:160px;}
.error-number {
    color: #626262;
    font-family: 'Zen Dots';
    font-size: 5rem;
    font-weight: 700;
}
.error-note {
    font-size: 2.5rem;
    color: #626262;
}
.errorpage-header ~ .container {
    margin-left: auto;
    margin-right: auto;
    flex-grow:1;
}
/*********************************************************/
.layout_applogofit {
    max-width: 140px;
    height: 70px;
    object-fit: contain;
}
