.wpwl-container{
    display: flex;
    justify-content: center;
}

.wpwl-container form{
    width: 100%;
    margin-top: 100px;
    /* display: flex;
    justify-content: center; */
}

.wpwl-form-virtualAccount-APPLEPAY .wpwl-group{
    display: flex;
    justify-content: center;
    
}

.wpwl-apple-pay-button{
    display:inline-block;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
}

.wpwl-apple-pay-button-white-with-line{
    background-image: url(/payment_hyperpay_mada/static/src/img/apple_pay_icon.png);
    background-color: white;
    border: .5px solid black
}