.btn-register {
    background-color: #28a745 !important;
    color: #fff !important;
    border-color: #28a745 !important;
}

.btn-register:hover {
    background-color: #218838 !important;
    color: #fff !important;
    border-color: #1e7e34 !important;
}

.swal2-confirm,
.swal2-cancel {
    border-radius: 1rem !important;
}

.card-header-bg {
    /* background-color: #ffc1077e !important; */
    background-color: #ecdc06 !important;
    
}