﻿body {
    margin: 0px;
    height: 100vh;
    font-family: Poppins-Regular, sans-serif;
    position: relative;
    overflow: hidden;
}

.SessionOut {
    min-height: 530px;
    /*background:#202442;*/
    margin-top: 60px;
    border-radius: 9px;
}





.sectionTimeOut {
    font-weight: 700;
    font-size: 48px;
    color: #4d8cf4;
}




.error-section {
    display: inline-flex;
}

    .error-section h1 {
        font-size: 18rem;
        font-weight: 700;
        text-shadow: 0 0 0.1em rgb(140 140 140 / 50%);
    }

@media (max-width:568px) {
    img {
        max-width: 130px;
    }

    .error-section h1 {
        font-size: 15rem;
    }
}

.tablue-form__img {
    position: absolute;
    /* top: -70px; */
    left: 0;
    width: 100%;
    height: auto;
    transform: rotate(-180deg);
    bottom: 0;
    z-index: -1;
}
