#birdie-cash-registry-popup .modal-body {
    height: 500px;
    position: relative;
}

#birdie-cash-registry-popup .modal-body .birdie-after-create {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

#birdie-cash-registry-popup .modal-body .birdie-after-create .btn:not(:last-of-type) {
    margin-right: 2em;
}