
.nsl-clear {
        clear: both;
    }
    
    #nsl-custom-login-form-1 .nsl-container {
        display: none;
    }

    #nsl-custom-login-form-1 .nsl-separator {
        display: flex;
        flex-basis: 100%;
        align-items: center;
        color: #72777c;
        margin: 20px 0 20px;
        font-weight: bold;
    }

    #nsl-custom-login-form-1 .nsl-separator::before,
    #nsl-custom-login-form-1 .nsl-separator::after {
        content: "";
        flex-grow: 1;
        background: #dddddd;
        height: 1px;
        font-size: 0;
        line-height: 0;
        margin: 0 8px;
    }

    #nsl-custom-login-form-1 .nsl-container-memberpress-login-layout-above-separator {
        clear: both;
    }