.inline-error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.inline-error.show {
    display: block;
}
