/* version 2.08.23 */

/* Forgot Password **************************************************/

#bodypanel:has(b2b-reset-password:empty) {
    display: none;
}

.site_logo
{
    display:none;
}

#row3 div#leftpanel {
    display: none;
}
#row3:before {
    content: "";
    width: 103vw;
    height: 100vh;
    position: fixed;
    z-index: 100;
    margin-left: -15px;
    top: 0;
    left: 0;
    background: url(https://myoffice.keystonefunding.com/broker-portal/landing-page-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#row3 div#bodypanel {
    z-index: 1000;
    position: absolute;
    width: 45%;
    margin: 0 auto;
    float: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 36px;
    box-shadow: none;
    z-index: 999;
    background-clip: padding-box;
    border: 10px solid rgba(12,13,13,.25);
    border-radius: 10px;
    padding: 30px;
    width: auto;
}
#row3 .row.content-flex {
    justify-content: center;
}
.container-full, #login_box
{
    display:none;
}
.login-site:before {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 100;
    margin-left: -15px;
    background: url(https://b2b.keystonefunding.com/images/landing-page-background.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    left: 0;
}


