.container-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #28484f;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.container-app {npm
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    display: flex;
    flex-direction: column;
}

.container-app > div:nth-child(2) { /* Target the content wrapper */
    flex: 1; /* Takes up remaining space */
    overflow-y: auto; /* Enables scrolling */
}

[data-lastpass-icon-root] {
    pointer-events: none !important;
}

input {
    position: relative;
    z-index: 10;
}
