/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) {
    #frmFiltroExtracto {
        position: relative;
        left: 94px;
        top: 5px;
    }
}


/* Large screens ----------- */

@media only screen and (min-width: 1824px) {
    #frmFiltroExtracto {
        position: relative;
        left: 94px;
        top: 5px;
    }
}