.RViiuh {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.jPPifu {
  width: 100%;
  max-width: 400px;
}

.KbTQBu {
  margin-bottom: 20px;
}

.KbTQBu textarea,
.KbTQBu input {
  width: 100%;
  background: transparent;
  border: 1px solid black;
  border-radius: 0px;
  font-family: inherit;
  outline: 0;
}

.KbTQBu textarea {
  display: block;
  resize: none;
  padding: 15px;
}

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

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

.AkrygK {
  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: green;
  text-align: center;
}

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