.form{
    margin-bottom: 30px;
    }
    
    form{
      display: flex;
    }
    .input{
      width: 100%;
    }
    .boton-ley button{
      color: #fff !important;
      background-color: rgb(11, 34, 57);
      margin-left: 10px;
      width: 25%;
    
    }
    @media (max-width: 576px) {
        form{
            display: inline-block !important;
          }
          .boton-ley button{
          width: 100%;
          margin-left: 1px;
          margin-top: 2px;
          
          }
      }