.input_per30{
  width: 30%;
}
.input_per70{
  width: 70%;
}
@media screen and (min-width:320px) and (max-width: 959px){
  .input_per30{
    width: 100%;
  }
  .input_per70{
    width: 100%;
  }
}
