body.dark-mode .form-label {
    color: white !important;
}

body.dark-mode .form-control {
    color: white !important;
}

body.dark-mode .input-group-text {
    color: white !important;
}

body.dark-mode .form-control::placeholder {
    color: #aaa !important; /* Lighter color for placeholder text in dark mode */
}
