/* Green buttons and borders */
.btn.btn-primary {
    background-color: #257C35 !important;
    border-color: #257C35 !important;
}

.btn-outline.btn-outline-custom {
    border-color: #257C35 !important;
    color: #257C35 !important;
}

.text-muted {
    color: #257C35 !important;
}

.form-control:focus,
.form-control {
    border-color: #257C35 !important;
}
