.bpbb-survey-form{
    margin-top: 1rem;
}

.bpbb-survey-modal{
    z-index: 3000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba( 255,255,255, 0.9 );
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.bpbb#tutor-registration-wrap{
    display: flex;
    flex-direction: column;
    max-width: 700px;
    padding: 3rem;
    background-color: #fff;
    color: #000;
    overflow: auto;
    margin-top: 4rem;
}
