// If we use ng-messages for input field validations, then the element is given this class, but not hidden automatically
.alert.ng-inactive {
  display: none;
}