.help-block.has-error {
  color: #A94442;
}

/* firehint */
.firehint-msg-box-fail, .firehint-msg-box-success {
  background-color: #2c2c2c;
  border: 1px solid #aaa;
  border-radius: 10px;
  box-shadow: 2px 2px 22px rgba(40,40,40,0.3);
  color: #fff;
  cursor: default;
  height: auto;
  left: 350px;
  padding: 10px 20px;
  position: fixed;
  top: 40px;
  text-align: left;
  width: 300px;
  z-index: 1000;
  font-size: 14px;
}

.firehint-header {
  clear: both;
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
  color: #FFFFFF;
}

.firehint-msg-box-fail {
  background-color: #DE5959;
}

.firehint-msg-box-success {
  background-color: #81b942;
}


input[type="checkbox"], input[type="radio"] {
    display: inline-block;


/* /firehint */