body{
    overflow:hidden;
    margin:0;
    padding: 0;
    width:100%;
    height:100%;
    background: url("https://omo-oss-image.thefastimg.com/portal-saas/pg2024121616545254404/cms/image/cd6e2d1b-526e-4fbb-a1fa-b3d0663fa0aa.jpg") no-repeat;  
    backdrop-filter: blur(3px);
    background-size: cover; 
    background-position: center;
}


.login{
    width:400px;
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    border-radius: 8px;
}

.home{
    width:97%;
    height: 95%;
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    border-radius: 8px;
}

.g-body{
    overflow:scroll;
}
