.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: rgb(206, 26, 30) !important;
}

.uk-button-primary {
    background-color:  rgb(206, 26, 30) !important;
  
}
.uk-form-label {
    color: #fff !important;
}
.uk-input, .uk-select:not([multiple]):not([size]) {
    height: 35px !important;
}
*+.uk-margin {
    margin-top:0px !important;
}
@media (min-width: 1200px) {
    *+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
        margin-top: 5px !important;
    }
}
.uk-margin {
    margin-bottom: 10px !important;
}