.page-template-login-page-template-php .toolbar,
.page-template-page-login .toolbar{
    display: none !important;
}

@media (min-height: 500px) {
    html,
    .nv-otp-form-page,
    .nv-otp-form-container,
    .nv-otp-form-container>.row{
        position: relative;
        width: 100%;
        height: 100%;
    }
}

.nv-otp-form-container .nv-otp-form--card{
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
}

.nv-otp-form-page{
    background-color: var(--bs-secondary-bg, #ccc);
}

.otp-form-step{
    position: relative;
    display: none;
}

.otp-form-step.show{
    display: block;
}

.otp-form-step.loading:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9;
}

.otp-form .input-code-letter{
    letter-spacing: 5px;
}
