.tf-block{
    border-radius: 5px;
    display: flex !important;
    /* border: 2px solid #fff; */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    max-width: 894px;
    padding: 46px;
    /* width: 761px; */
    height: 408px;
}

.auth-wrapper-left .auth-left-cont{
    margin-left: 0px ;
    margin-right: 0px;
}

.auth-left-cont {
    display: flex;
    justify-content: center;
    align-items: center; /* if you also want vertical centering */
    flex-direction: column; /* keeps h2 below the img */
}
@media (min-width: 1600px) {
.auth-wrapper-left .auth-left-cont img {
    margin: 0px 0px 20px 87px;
    width: fit-content;
}
}

