
.input-producto{
    width: 600px;
    float:left; 
    /* margin-top: -5px; */
    margin-left: 25px;
    height: 35px;
}
.color-rosa{
    color: #fff;
    background-color: #e5007e;
}

@media (max-width: 400px) {
    .input-producto{
        width: 250px;
        float:left; 
      /* margin-top: -5px; */
        margin-left: 10px;
        height: 35px;
    }
    
  }