.LXtgwo {
  width: 600px;
  text-align: center;
}

.uSetaU {
  margin-bottom: 20px;
}

.uSetaU textarea,
.uSetaU input {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 0px;
  background-color: grey;
  color: #fff;
}

::placeholder {
  color: #fff;
}
.uSetaU textarea {
  display: block;
  resize: none;
  height: 150px;
  padding: 15px;
}

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

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

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

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

#contactUsCustomBtn {
  width: 600px;
  border: none;
  border-radius: 0;
  background-color: #14a1dd;
  color: #fff;
  cursor: pointer;
}