.NgjdWg {
  margin-bottom: 20px;
}

.RsAGIw {
  width: 100%;
  max-width: 400px;
  text-align: center;
}

.NgjdWg textarea,
.NgjdWg input {
  width: 100%;
  background-color: #0e0e0e;
  border: none;
  outline: none;
  border-radius: 15px;
  height: 50px;
  color: grey;
}

.NgjdWg textarea {
  display: block;
  resize: none;
  padding: 15px;
  font-size: 16px;
  height: 150px;
}

.UjqxTV {
  font-size: 12px;
  color: #e57a18ff;
  margin-top: 5px;
}

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

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

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

#contactUsCustomBtn {
  background-color: #e57a18ff;
  color: #fff;
  border: none;
  cursor: pointer;
}