#apiform input[type="text"] {
    width: 100%;
    border-radius: 25px;
    height: 60px;
    font-size: 20px;
    padding: 0 30px;
    margin-top: 20px;
    color: #06380B;
}

#apiform select[name="select"] {
    width: 100%;
    border-radius: 25px;
    height: 60px;
    font-size: 20px;
    padding: 0 30px;
    margin-top: 20px;
    color: #06380B;

}

#apiform {
  width: 800px;
  margin: 0 auto;
  position: relative;
}

#apiform input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-left: 0;
}

#apiform p {
  margin-top: 50px;
  color: #fff;
  text-align: left;
  font-size: 15px;
  padding: 60px;
  padding-bottom: 25px;
  padding-top: 50px;
}

#apiform input[type="submit"] {
  width: 300px;
  height: 50px;
  margin-top: 50px;
  font-size: 20px;
  background-color: #7DD197;
  border-radius: 25px;
  border: none;
  color: #06380B;
}

.status p {
  font-size: 20px;
  color: #fff;
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
}

.beforeselect {
  text-align: left;
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
  width: 100%;
  display: block;
  margin-top: 15px;
}

@media (max-width: 1000px) {
  #apiform input[type="text"] {
      width: 100%;
      border-radius: 25px;
      height: 60px;
      font-size: 20px;
      padding: 0 30px;
      margin-top: 20px;
      color: #06380B;
  }

  #apiform select[name="select"] {
      width: 100%;
      border-radius: 25px;
      height: 60px;
      font-size: 20px;
      padding: 0 30px;
      margin-top: 20px;
      color: #06380B;

  }

  #apiform {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  #apiform input[type="checkbox"] {
    width: 30px;
    height: 30px;
    margin-left: 0;
    z-index: 999;
    display: block;
    margin: 0 auto;
    position: relative;
  }

  #apiform p {
    margin-top: 50px;
    color: #fff;
    text-align: left;
    font-size: 15px;
    padding: 0;
    padding-bottom: 25px;
    padding-top: 50px;
  }

  #apiform .ichhabe {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

  #apiform .ichhabe a {
    color: #2ea3f2!important;
  }

  #apiform input[type="submit"] {
    width: 300px;
    height: 50px;
    margin-top: 50px;
    font-size: 20px;
    background-color: #7DD197;
    border-radius: 25px;
    border: none;
    color: #06380B;
  }
}
