button.stripe-button-el {
background-image: url();
width: 100%;
max-width: 100%;
height: 60px;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 10px;
border-radius: 10px;
background-repeat: no-repeat;
background-size: 82%;
background-position: center;
background-color: white;
margin: 15px auto;
}
.stripe-button-el:not(:disabled):active, .stripe-button-el.active {
background-color: #005d9300!important;
box-shadow: 0px 0 0 !important;
background-image: url();
}
button.stripe-button-el span {
display: none!important;
}