.home-logo{
    text-align: center;

    background: #ffffff;
}
.home-logo .logo{
    width: 100%;
    max-height: 45px;
}



.page-title-description{
    background: center no-repeat #f8f8f8;
    background-size: cover;
    position: relative;
    margin-bottom: -5px;
}
.page-title-description::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(267.14deg, rgba(6, 16, 4, 0.53) 67.95%, rgba(6, 16, 4, 0.2756) 80.36%);
    z-index: 0;
}
.page-title-description .title-txt{
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 41px;
    letter-spacing: -0.02em;
}
.page-title-description .content-txt{
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 140%;
    color: #FFFFFF;
}
.page-block{
    background: linear-gradient(94.78deg, #0A1629 2.26%, rgba(10, 22, 41, 0.88) 95.3%);
}

.page-block img{
    max-height: 348px;
    max-width: 391px;
    width: 100%;
}

.page-block-abt {
    background: url(../../../assets/img/bg-nimc.svg) left center no-repeat;
    background-size: contain;
    /* background-position: -100px 20px; */
}

/* .login-bg:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(2, 7, 5, 0.25);
    z-index: 0;
} */
@media (max-width: 767px){
    /* .login-bg:after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #EEEEEE;
        z-index: 0;
    } */
    /* .login-bg .shadow-card{
        box-shadow: none !important;
    } */
}