#wpcf7-f10-o1 {
  width: 100%;
}

#wpcf7-f10-o1 label {
  width: 100%;
}

#wpcf7-f10-o1 label span {
  width: 100%;
}

#wpcf7-f10-o1 label span input {
  width: 100%;
  background: transparent;
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
  border-bottom: 1px solid #a4a4a4;
  margin-bottom: 16px;
  color: #d0ff71;
  padding-top: 4px;
  transition: all .3s;
}

#wpcf7-f10-o1 label span input:focus {
  padding-top: 16px;
  border-bottom: 1px solid white;
}

#wpcf7-f10-o1 label span select {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #a4a4a4;
  margin-bottom: 16px;
  color: #d0ff71;
  padding-top: 4px;
  border-radius: 4px 4px 0 0;
  transition: all .3s;
  appearance: none;
}

#wpcf7-f10-o1 label span select:hover {
  background-color: #212121;
}

#wpcf7-f10-o1 label span select:focus {
  border-radius: 4px;
  background-color: #212121;
  border-bottom: 1px solid #d0ff71;
}

#wpcf7-f10-o1 label span textarea {
  width: 100%;
  background-color: #212121;
  box-shadow: none;
  border: none;
  outline: none;
  margin-bottom: 16px;
  color: #d0ff71;
  padding: 8px;
  border-radius: 4px 4px 0 0;
  transition: all .3s;
  appearance: none;
}

.wpcf7-submit {
  width: 100%;
  background-color: #d0ff71;
  color: #212121;
  padding: 16px 0;
  border-radius: 8px;
}