.webform-validation__error {
  position: absolute;
  left: 0;
  bottom: 0;
}

.webform-validation__error.__shift {
  left: 40px;
  bottom: -10px;
}

.webform-validation__error_message {
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 200;
  color: #ff5c5c;
  font-size: 12px !important;
}