.pristine-error {
  background-color: #fff;
  color: #be4f46;
  padding: .6em .8em .7em;
  border-radius: 4px;
  position: absolute;
  bottom: calc(100% + .8em);
  z-index: 90;
  left: -1.2781954887218045112781954887218em;
  border: 1px solid #be4f46;
}
.pristine-error {
  font-size: .7rem !important;
}
/*.pristine-error::after {
  content: "";
  position: absolute;
  display: block;
  background-color: inherit;
  width: 2em;
  height: 2em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: .9em;
  bottom: -.3em;
  border-radius: .4em;
  z-index: -1;
}*/
.input-checkbox--component {
    position: relative;
}
.input-wrap.textfield-container.textfield-container_active, .input-checkbox--component.form-group {
  margin: 0;
}
.help-block {
  color: #be4f46;
}