
.CuOGuO {
  width: 450px;
}

.RgyYSm {
  width: 100%;
}

.soCpzv {
  margin-bottom: 20px;
}

.soCpzv textarea,
.soCpzv input {
  width: 100%;
  outline: none;
  border: none;
}

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

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

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

.VsyyBm {
  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;
}

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

.hUzczj {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 500;
}

.hUzczj:hover {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  background-color: #562adb;
  color: #fff;
  transition: 1s;
}