body#page-login-index #page-wrapper {
    position: relative;
    min-height: 100vh;
    height: auto;
    background: #020221;
    overflow: hidden;
}

body#page-login-index #page {
    position: relative;
    z-index: 1;
    background: none;
}

body#page-login-index canvas.particles-js-canvas-el {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100% !important;
    height: 100% !important;
    background-color: #020221;
    pointer-events: none;
}
