.tnp .tnp-email {
    background-color: inherit;
    padding: 10px;
    margin-right: 15px;
    margin-top: 25px;
    width: 83.5%;
    border: 1px solid #63666A;
    color: #000000;
    font-size: 18px;
    line-height: 28px;
}

#gform_submit_button_3,
.tnp .tnp-submit {
    background-color: #917102;
    color: white;
    border: 1px solid #917102;
    border-radius: 20px;
    padding: 6px 2vw;
    margin-top: 15px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    transition: all 0.1s ease-in;
}

#gform_submit_button_3:hover,
.tnp .tnp-submit:hover {
    background-color: #f8f8f8;
    color: black;
}
