/* GLOBAL TEXT COLOR -> WHITE (ONLY TEXT, NO BG CHANGE) */
body, body * {
  color: #ffffff;
}

.text-muted, .muted, small { color: #ffffff !important; }

h1,h2,h3,h4,h5,h6,
p,span,label,th,td,a,li {
  color: #ffffff !important;
}

input, select, textarea {
  color: #ffffff !important;
}

input::placeholder, textarea::placeholder {
  color: rgba(255,255,255,.55) !important;
}
body .text-muted { color: #ffffff !important; }
