.muntra-widget-button {
background-color: #64ADBA;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
border: 4px solid transparent;
border-radius: 100px;
color: #fff;
cursor: pointer;
font-size: 18px;
font-weight: 700;
line-height: 1.7em;
margin: auto;
padding: .3em 1em;
}
.muntra-widget-button:hover {
background-color: #17A1AB !important; color: #fff;
}