/**
 Bootstrap : Default values modified 
 **/

 .text-muted {
    color: #8B9CA1!important;
}
.text-primary,
.link-primary,
.btn-outline-primary {
    color: rgb(95, 95, 147)!important;
}
.text-secondary,
.link-secondary {
    color: rgb(178,185,98)!important;
}
.border-primary,
.btn-outline-primary {
    border-color: rgb(95, 95, 147)!important;
}
.border-top-primary,
.border-primary.border-top.dropdown-slide-in:before {
    border-top-color: rgb(95, 95, 147)!important;
}
.border-bottom-primary,
.border-primary.border-top.dropdown-slide-in:before {
    border-bottom-color: rgb(95, 95, 147)!important;
}
.border-secondary {
    border-color: rgb(178,185,98)!important;
}
.border-top-secondary,
.border-secondary.border-top.dropdown-slide-in:before {
    border-top-color: rgb(178,185,98)!important;
}
.bg-primary,
.btn-outline-primary:hover {
    background-color: rgb(95, 95, 147)!important;
}
.bg-secondary {
    background-color: rgb(178,185,98)!important;
}

.btn-outline-primary:hover {
    color: #fff!important;
}

.form-control:focus {
    border-color: #a4a4cb!important;
    box-shadow: 0 0 0 0.25rem rgb(95 95 147 / 25%)!important;
}
