.form-header {
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    color: #fff;
    text-align: center;
    margin-top: -3.13rem;
    margin-bottom: 3rem;
    padding: 1rem;
    border-radius: 0.125rem;
}

.bbottom {
    border-bottom: 3px solid white;
}

.div {
    display: block;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /* padding: 1rem; */
    border-top: 1px solid #c5c5c5;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}