@media screen and (min-width:1201px) {
    #bonifico {
        width: 750px;
        height: 55px;
    }
    #stripe {
        width: 750px;
        height: 55px;
    }
    #stripeSubscription {
        width: 750px;
        height: 55px;
    }
}

@media screen and (min-width: 900px) and (max-width:1200px) {
    #bonifico {
        width: 750px;
        height: 55px;
    }
    #stripe {
        width: 750px;
        height: 55px;
    }
    #stripeSubscription {
        width: 750px;
        height: 55px;
    }
}

@media screen and (min-width:700px) and (max-width: 899px) {
    #bonifico {
        width: 750px;
        height: 55px;
    }
    #stripe {
        width: 750px;
        height: 55px;
    }
    #stripeSubscription {
        width: 750px;
        height: 55px;
    }
}

@media screen and (max-width: 700px) {
    #bonifico {
        width: 376px;
        height: 45px;
    }
    #stripe {
        width: 376px;
        height: 45px;
    }
    #stripeSubscription {
        width: 376px;
        height: 45px;
    }
}

/* PARAMETRI PERSONALIZZATI, PER I DISPOSITIVI MENO COMUNI, PER IL TASTO DELLA CARTA DI CREDITO  */

@media screen and (min-width: 375px) and (max-width:375px) {
    #bonifico {
        width: 337px;
        height: 45px;
    }
    #stripe {
        width: 337px;
        height: 45px;
    }
    #stripeSubscription {
        width: 337px;
        height: 45px;
    }
}

@media screen and (min-width: 320px) and (max-width:320px) {
    #bonifico {
        width: 282px;
        height: 35px;
    }
    #stripe {
        width: 282px;
        height: 35px;
    }
    #stripeSubscription {
        width: 282px;
        height: 35px;
    }
}

@media screen and (min-width: 768px) and (max-width:768px) {
    #bonifico {
        width: 642px;
        height: 55px;
    }
    #stripe {
        width: 642px;
        height: 55px;
    }
    #stripeSubscription {
        width: 642px;
        height: 55px;
    }
}

@media screen and (min-width: 360px) and (max-width:360px) {
    #bonifico {
        width: 322px;
        height: 45px;
    }
    #stripe {
        width: 322px;
        height: 45px;
    }
    #stripeSubscription {
        width: 322px;
        height: 45px;
    }
}

/* FINE PARAMETRI PERSONALIZZATI PER IL TASTO DELLA CARTA DI CREDITO  */

.bottoneBonifico {
    border-radius: 5px;
    border: none;
}

.disabilitaDiv {
    pointer-events: none;
    opacity: 0.6;
}