Button 27

<a class="Button27" href="#">Button 27</a>

/*-- Button 27 --*/
.Button27 {
color: #20bf6b !important;
text-transform: uppercase;
background: #ffffff;
padding:8px 36px;
border: 4px solid #20bf6b !important;
border-radius: 6px;
display: inline-block;
transition: all 0.3s ease 0s;
}
.Button27:hover {
color: #494949 !important;
border-radius: 50px;
border-color: #494949 !important;
transition: all 0.3s ease 0s;
}