.WRQIVM {
width: 100%;
justify-content: center;
align-content: center;
}

.qpIYwV {
  margin-bottom: 20px;
}

.qpIYwV textarea,
.qpIYwV input {
  width: 100%;
}

.qpIYwV textarea {
  height: 150px;
  display: block;
  resize: none;
}

.gpeMsH {
  font-size: 12px;
  color: red;
  margin-top: 5px;
}

.gpeMsH:empty {
  margin-top: 0;
}

.HYgIWa {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  transition: all 1s ease;
  color: white;
  text-align: center;
}

.WRQIVM.is-success .HYgIWa {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}