.bg-primary-light {
    background-color: #D22730;
}

.btn-primary.hover, .btn-primary:hover, .show .dropdown-toggle.btn-primary {
    background-color: #D22730;
    border-color: #D22730;
    color: #fff;
}

.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #D22730;
    border-color: #D22730;
}

.mastercontainer .bg-primary-light {
    background-color: #D22730!important;
}

.mastercontainer .btn-primary.hover, .mastercontainer .btn-primary:hover, .mastercontainer .show .dropdown-toggle.btn-primary {
    background-color: #D22730 !important;
    border-color: #b51f28 !important;
    color: #fff !important;
}

.mastercontainer .btn-primary, .mastercontainer .btn-primary:focus {
    color: #fff !important;
    background-color: #D22730 !important;
    border-color: #b51f28 !important;
}

