.need-help-text {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    margin: 16px;
    color: #0c0d26
}

.need-help-text a {
    text-decoration: underline
}

.page-bns-modal {
    background: #fff;
    -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, .01);
    box-shadow: 0 4px 2px rgba(0, 0, 0, .01);
    border-radius: 10px
}

.page-bns-modal .bm-header {
    height: 86px;
    margin: 0 24px;
    border-bottom: 1px solid #e2e3e6
}

.page-bns-modal .bm-content, .page-bns-modal .bm-footer {
    margin: 24px
}