.inputs-form {
  width: 40%;
}
@media screen and (max-width: 700px) {
  .inputs-form {
    width: 75%;
  }
}
