﻿.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.help-block.error {
  color: rgba(244, 67, 54, 1) !important;
}

.has-error .form-control {
  border-color: rgba(244, 67, 54, 1) !important;
}