  .web-form input[type=button] {
    background: #4e2a84;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 16px "Akkurat Pro Bold","Arial Black",sans-serif;
    padding: 0.8em 1.5em 0.7em 1.5em;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    margin: 2rem 0;
}