@charset "UTF-8";

.form-body {
  position: relative;
}
.with-validate label.error {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 100%;
  color: #c93756;
}