h5 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 4% 0 2% 0;
}
.ezfix{
  font-size: 16px;
}

.inputPlacement {
  margin: 0 2% 0 2%;
  width: 96%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 20px;
}

.h4Placement {
  padding: 0 2% 0 2%;
  width: 46%;
}

.inputSetting {
  padding: 2% 12px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: black;
  font-size: 100%;
}

.inputSetting:hover, .inputSetting:focus {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.8);
}


h3 {
  margin: 3% 0 1% 0;
}

textarea {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: black;
  font-family: 'Lato';
  font-size: 100%;
  max-height: 400px;
  min-height: 50px;
  padding: 1% 12px;
  resize: vertical;
}

textarea:hover, textarea:focus{
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.country-dropdown {
  position: relative;
}

.reasonPlacement {
  width: 208%;
}

.reason-dropdown {
  position: relative;
}

.submitButtonSpace {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2% 0 0 0;
}

.submitButtonSelf {
  background-color: rgba(91, 189, 114, 0.5);
  padding: 2% 3%;
  margin-top: 2%;
  line-height: 20px;
  color: white;
  font-weight: bold;
  font-size: 2em;
  border-radius: 4px;
  cursor: pointer;
  min-width: 10%;
  display: flex;
  justify-content: center;
}

.submitButtonSelf:hover {
  background-color: rgba(91, 189, 114, 1);
}

input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1080px) and (min-width: 701px) {
  h3 {
    font-size: 110%;
  }

  .inputSetting {
    padding: 2% 8px;
    height: 16px;
  }
}

@media screen and (max-width: 700px) {
  h3 {
    font-size: 100%;
  }

  .h4Placement {
    width: 96%;
  }

  .inputSetting {
    padding: 1% 12px;
    height: 23px;
  }

  textarea {
    min-height: 100px;
  }
}