.text-muted {
    color: #000 !important; /* Ensures black text */
    opacity: 1 !important;  /* Ensures full opacity */
}

.form-control {
    border: 1px solid  #000 !important; 
}

.form-check-input {
    border: 1px solid  #000 !important;
}