html,
body {
    height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
}

.login-box {
    height: 100%;
    width: 100%;
}

.login-box .card {
    width: 40vmin !important;
}

@media (max-width: 500px) {
	body.isMobile .login-box .card {
        width: 90% !important;
    }	
}

#nav-tab-Steppers1 {
    display: none !important;
}

#PWACONTAINER .card-body {
    overflow-x: hidden !important;
}

#remember_form_group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    width: 100% !important;
}

#PWACONTAINER [id*="Steppers"] > div[class*="col"]:nth-of-type(1) {
    display: none;
}

.login-box > .card {
    border-top: 1vmin solid var(--info-border);
}

.login-box .card-body {
    overflow: hidden !important;
}

.login-box .card .form-group {
    z-index: 1 !important;
}

.login-box .card .row:last-of-type > [class|="col"]:first-of-type {
    z-index: 1 !important;
}

#Steppers2 > div:first-of-type {
    display: none !important;
}

#nav-content-Steppers2-0 {
    overflow: hidden;
}