@mixin error-message {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -36px;
  display: block;
  z-index: 2;
  text-align: center;
}
