#wrap { 
    background:  linear-gradient(39.4835deg, #5eadd7,#5ececd);
    background-size: contain;
    min-height: 100vh; 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    position: relative;
}

#wrap .img_wrap{
    text-align: center;

    
}
#wrap .img_wrap .logo{
    width: 13rem;
    margin-bottom: 25rem;
}
#wrap .img_wrap .img{
    width: 100%;
    bottom: 0;
    position: absolute;
    left:0;
    max-height: 45rem;
}

