body {
    overflow: hidden;
}

.login-blend {
    position: absolute;
    top:0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /* backdrop-filter: blur(5px); */
}

.login {
    position: absolute;
    top:0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-popup {
    background-color: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}