.has-error .form-control {
  border: 1px solid #F33 !important;
  background-color: #FCC !important;
}
.help-block.error {
  color: red;
  margin-left: 10px;
}
.messages-container.bottom-center .help-block.error {
  margin-left: 0px !important;
  justify-content: center;
}
