.main.errors{
    background: url(../img/bg-min.png) center repeat-y;
    /* min-height: 100vh; */
    /* height: calc(100vh - 130px); */
    position: relative;
}
header.pages.errors{
    padding: 20px 0;
}
.container.errors{
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 100vh; */
}

body h1.NotFound,
body h1.BreakSession {
    /* font-size: 285px; */
    /* line-height: 285px;
    padding-bottom: 50px; */
    font-size: calc(50vh - 130px);
}
body h1:before{
    display: none;
}

img.errors {
    width: 30vw;
    position: absolute;
    bottom: 0;
    right: 0;
}
.mobill{
    display: none;
}
#Box_Container_Label1 {
    text-decoration: line-through;
}
div.login.flex {
    z-index: 99;
}

.errors_box {
    z-index: 99;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    height: calc(100vh - 130px);
}
.errors_box p {
    color: Red;
}
.errors_box .small{
    font-size: 15px;
    color: #090909;
    font-family: "Pacifico-Regular";
    padding-top: 10px;
}
.errors_box * {
    text-align: center;
}
.errors_box .btn{
    margin: 40px auto 0;
    display: block;
    /* width: 170px; */
    width: 50%;
    box-sizing: border-box;
    padding: 11px 0;
}
@media screen and (max-width: 701px) {
    .container.errors{
        align-items: inherit;
    }
    body h1.NotFound, 
    body h1.BreakSession {
        font-size: 180px;
        line-height: 200px;
    }
    .errors_box{
        text-align: center;
        padding-top: 35px;
    }
    img.errors {
        display: none;
    }
    img.errors.mobill {
        display: block;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        background-size: contain;
    }
}
@media screen and (max-width: 501px){
    img.errors.mobill {
        left: auto;
        right: 0;
        transform: translateX(0%);
        width: 65%;
        max-height: 55%;
    }
    body h1.NotFound, 
    body h1.BreakSession {
        font-size: 50px;
        line-height: 50px;
        padding-bottom: 10px;
    }
    .errors_box{
        padding-top: 10px;
    }
    .errors_box .btn{
        /* margin: 10px auto 0; */
        width: auto;
    }
}