.email-match-error {
  position: relative;
}

.email-match-error:after {
  content: 'Emails must match';
  font-size: 14px;
  display: inline-block;
  text-align: right;
  color: rgb(122, 24, 24);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 3px 5px;
}
