/* override instructions text in blue background, from dark blue to black */
.alert-info {
    color: #000000 !important;
}
.help-block {
    color: #000000 !important;
}
.help-inline {
	color: black !important;
}
help-block ul li {
  color: #000000 !important;
}