#formWrap{
    background: rgb(245,223,194);
    background: linear-gradient(90deg, rgba(245,223,194,1) 0%, rgba(255,255,255,1) 50%, rgba(245,223,194,1) 100%);
}
#formWrap .wrap{
  max-width: 980px;
}
#formWrap .contact_box{
  margin: 0 auto;
    width: 750px;
    display: block;
    background-color: #fff;
    padding: 4% 5%;
}

#formWrap .formTable{
  width: 100%;
  display: block;
}
#formWrap .formTable tbody{
  width: 100%;
  display: block;
}
span.mandatory {
    background-color: #e0871c;
    color: #fff;
    border-radius: 3px;
    padding: 1px 1.5%;
    font-size: 12px;
    margin-left: 10px;
}
#formWrap th{
  font-weight: 500;
}
#formWrap th,
#formWrap td{
  display: block;
  font-size: 16px;
}
#formWrap tr{
  margin-bottom: 2%;
  display: block;
}
#formWrap td input[type="text"]{
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1.5px solid #adadad;
  padding: 1% 2%;
}
#formWrap td textarea{
  width: 100%;
  padding: 1% 2%;
  resize: vertical;
  min-height: 250px;
}
#formWrap td.table_none{
  font-size: 13px;
  color: #6a6a6a;
  line-height: 1.4;
  margin-top: 5px;
}
#formWrap [type=button], #formWrap [type=reset], #formWrap [type=submit], #formWrap button{
    background-color: #e0871c;
    color: #fff;
    border: 2px solid #e0871c;
    font-size: 18px;
    padding: 0.8% 2.5%;
    border-radius: 3px; 
    transition: .5s;
}
#formWrap [type=button]:hover, #formWrap [type=reset]:hover, #formWrap [type=submit]:hover, #formWrap button:hover{
  cursor: pointer;
  background-color: #fff;
  color: #e0871c;
}
.ver_box {
    margin-top: 80px;
}