.appl-form {
  /* z-index: 1000; */
  box-shadow: rgba(110, 115, 119, 0.15) 0px 2px 8px 2px,
    rgba(125, 134, 141, 0.3) 0px 1px 1px 0px;
  background-color: #fff;
  padding-top: 0;
  width: 70%;
  margin: auto;
}
@media only screen and(max-width:600px) {
  .appl-form {
    width: 95%;
  }
}
@media only screen and (max-width: 850px) {
  .appl-form {
    width: 95%;
  }
}
.appl-form .appl-head {
  font-weight: bold;
  display: block;
  align-items: center;
  padding: 20px 40px 0;
  color: #181616;
}
.appl-form form {
  padding-top: 20px;
}
.appl-head a,
.appl-head p {
  color: #181616;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.appl-form i {
  transform: scaleX(1.2);
}
.appl-form form select {
  color: #666;
}
.appl-form form label {
  margin: 5px 5%;
  font-weight: 700;
  color: #888;
}
.appl-form form input {
  margin: 5px 5%;
  margin-bottom: 10px;
  border: 1px solid rgba(128, 128, 128, 0.37);
  padding: 10px;
  border-radius: 2px;
  width: 90%;
  box-sizing: border-box;
}
.appl-form form select {
  margin: 5px 5%;
  margin-bottom: 10px;
  border: 1px solid rgba(128, 128, 128, 0.37);
  background-color: #fff;
  padding: 10px;
  border-radius: 2px;
  width: 90%;
}
.appl-form form textarea {
  margin: 5px 5%;
  margin-bottom: 10px;
  border: 1px solid rgba(128, 128, 128, 0.37);
  background-color: #fff;
  padding: 10px;
  border-radius: 2px;
  width: 90%;
  height: 200px;
  box-sizing: border-box;
}
.appl-form form input:last-child {
  background-color: #ff4800;
  color: white;
  width: fit-content;
  border: none;
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 2px;
}
