.button {
    display: inline-block;
    border: none;
    font: inherit;
    color: #fff;
    padding: 13px 30px 12px 30px;
    padding: .8125rem 1.875rem .75rem 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    outline: 0;
    background: #01b034;
    cursor: pointer;
    transition: all .2s ease;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.button:hover {
    background: #12d049;
}