.Transport_Form input[type=text], select, [type=tel], [type=number], textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid rgb(220, 220, 220);
  box-sizing: border-box;
}
.Transport_Form input[type=submit] {
  width: 40%;
  background-color: #00b5e2;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
}
.Transport_Form button{
    width: 40%;
  background-color: #00b5e2;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
}
.Transport_Form .mform_success_msg{
    background-color:#beecf7;
    border-bottom-color: #45a049;
    border-top-color: #45a049;
    border-left-color: #45a049 !important;
    border-right-color: #45a049;
}