.g-recaptcha {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Muli, sans-serif;
    font-size: 15px;
    line-height: 2em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 16px 29px 17px 30px;
    color: #fff;
    background-color: #029b55;
    border: 1px solid transparent;
    cursor: pointer;
}

.grecaptcha-badge {
    display: none !important;
}