Hey Mohammad,
your css code didn’t work but, the bg color was overriding the button color. I have fixed it as follows, maybe it’ll be helpful for someone else.
.woocommerce a.button.alt{
border-radius: 4px !important;
background: #23dd71;
color: #ffffff;
}
Thanks a lot though for helping me out with this.