input {
  display: block;
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  width: 100%;
  height: 72px;
  font-size: 38px;
  line-height: 42px;
  border: 5px solid #000000;
  -webkit-appearance:none;
  -moz-appearance: none;
  appearance: none;
}

select {
  display: block;
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  width: 100%;
  height: 72px;
  font-size: 38px;
  line-height: 42px;
  background-color: #FFFFFF;
  border: 5px solid #000000;
  -webkit-appearance:none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
    display: none;
}

.selectWrap{
  width: 100%;
  position: relative;
  display: inline-block;
}

.selectWrap::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-bottom: solid 3px #696969;
  border-right: solid 3px #696969;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -18px;
}

textarea {
  display: block;
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  width: 100%;
  height: 577px;
  font-size: 48px;
  line-height: 52px;
  resize: none;
  border: 5px solid #000000;
  -webkit-appearance:none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #0000ff;
}

button[type="submit"] {
  display: block;
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  height: 153px;
  border: none;
  -webkit-appearance:none;
  -moz-appearance: none;
  appearance: none;
}
