.title-border {
  display: inline-block;
  height: 50px;
  line-height: 2;
  box-shadow: 0 27px 0 -23px forestgreen;
  margin-bottom: 20px;
}
.formErr {
  color: red;
  font-size: 14px;
}
