Choose the button you want and then add it the below code in CSS:
.mktoForm button {
width: size you want !important;
height: size you want !important;
background-color: #color you want !important;
font-size: size you want !important;
}
.mktoForm button:hover {
width: size you want !important;
height: size you want !important;
background-color: #color you want !important;
font-size: size you want !important;
}
Hope it help!