#submit-btn {
  background: #2faa77;
  border: 0;
  padding: 10px 48px 10px 18px;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

#submit-btn:hover {
  background: #369564;
}

.formSmall {
  line-height: 100% !important;
}
.forScreenShot {
  max-height: 100px;
  max-width: 160px;
}
#myAwesomeDropzone {
  height: auto;
  width: 100%;
}
.centeredMessage {
  text-align: center;
}
#messageSuccess {
  display: none;
}

.captcha-img-issue {
  cursor: pointer;
}

.captchaBlock {
  display: none;
  transition-delay: 1s;
}

#tradingBlockDiv {
  display: none;
  transition-delay: 1s;
}
.req {
  color: red;
}

.custom-inp {
  height: 3em;
}

@media screen and (max-width: 991px) {
  .formSmall {
    padding-top: 75px;
  }
}
