form{
  margin-top: 40px;
}

.table-sys02 tbody tr td input{
  width: 100%;
  height: 30px;
}
.table-sys02 tbody tr td select{
  background-color: #0b7cc3;
  border: 0;
  color: #fff;
  width: 35%;
  height: 40px;
}
.table-sys02 tbody tr td textarea{
  resize: vertical;
  width: 100%;
  border: 1px solid #dddddd;
}
.table-sys02 tbody tr th span{
  background-color: #e75858;
  padding: 5px 10px;
  border-radius: 80px;
  color: #fff;
  margin-left: 15px;
}
.formBtn01{
  background-color: #0b7cc3;
  color: #fff;
  padding: 15px 100px;
}


@media screen and (max-width: 800px){
  .table-sys02 tbody tr th,td{
    display: block;
    text-align: center;
  }
  .table-sys02 tbody tr td select{
    width: 100%;
  }
  .formBtn01{
    margin-top: 15px;
  width: 80%;
}
}