body, input, select, .btn {
  background-color: black !important;
  color:#fff;
}

label, input, select, .btn {
  color: white !important;
}

input[type="text"], input[type="email"], input[type="submit"], select , .btn {
  border: 1px solid #f00 !important;
}


input:disabled {
  background: #666 !important;
}

.help-block ul.list-unstyled li{
  color:#fff !important;
}

.has-error input {
  border:1px solid #fff !important;
}

div.datepicker{
  background: #000 !important;
  border: 1px solid #f00;
}

td.day:hover , .btn:hover {
  color:#000 !important;
  background: #fff !important;
}