.bg-gradient{
    background: linear-gradient(90deg, #663783 0%, #db1852 100%) !important;
    }
    
body{
    background: #f5f5f5 !important;
    }

.bg-primary{
    background-color: #663783  !important;
}

.bg-primary:hover{
    background-color: #940fe7  !important;
}
.bg-danger{
    background-color: #b32852   !important;
}

.bg-danger:hover{
    background-color: #f1074d  !important;
}

.test{
    color: #f900e8e3;
}

.text-primary{
    color: #663783  !important;
}

.text-danger{
    color: #b32852   !important;
}