#mdlProducto ul {
    max-height: 30vh;
    overflow-y: auto;
}
.prefixInput{
    position: absolute;
    padding-top: 4px;
    margin-left: 4px;
}
.prefixInput + input{
    padding-left: 15px;
}

.acciones{
    padding-top: 0;
    padding-bottom: 0;
}
.login-page{
    background-image: url(../img/Fondo.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.select2{
    width: 244px;
}

.lista-horizontal li{
    float: left;
    list-style: none;
    padding-left: 13px;
}