Hi Ahmad,
Below is the css code for the custom button.
a.custom-button {
background-color: #f5ab35;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align: center;
font-size: 16px;
padding: 10px 30px;
color: #fff;
margin-top: 20px;
display: inline-block;
-ms-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
Thank you!