#amzgf {
  max-width: 100%;
}

#amzgf div {
  padding: 10px;
  box-sizing: border-box;
}

#amzgf div.amzgsinput {
  width: 50%;
  display: inline-block;
}

#amzgf div input[type="text"],
#amzgf div textarea {
  width: 100%;
  border: 1px solid #2d3940;
  border-radius: 5px;
  min-height: 30px;
  padding: 12px;
  box-sizing: border-box;
}

#amzgf div span {
  display: inline-block;
  padding-bottom: 5px;
  color: #343434;
  font-size: 0.9rem;
}

#amzgf div textarea {
  height: 120px;
}

#amzgf div .btn {
  background-color: #fff;
  border: 2px solid #ff9000;
  border-radius: 5px;
  color: #ff9000;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 45px;
  width: 100%;
  float: none;
  transition: 0.3s;
}

#amzgf div .btn:hover {
  color: #fff;
  background-color: #ff9000;
}
