.btn-success{
    background-color: #3c8dbc;
}
.btn-success:hover{
     background-color: #2e7ca9;
}
label:not(.form-check-label):not(.custom-file-label){
    font-weight: 600 !important;
    color: rgb(100, 100, 100);
}