.btn-bord {
    color: #fff;
    background-color: #c52620; }
    .btn-bord:hover {
      color: #fff;
      background-color: #c52620; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: red;
    box-shadow:0 0 3px red;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow:0 0 3px red;
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    box-shadow:0 0 3px red;
    background:rgba(255,0,0,.3);
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-control-label::before {
    background-color:#ccc;
}      
