.tnp-field label {
    font-size: 16px!important;
    font-weight: 400!important;
    letter-spacing: 0.8px!important;
}
.tnp-field label a {
    font-size: 12px!important;
    font-weight: 400!important;
    
}

.tnp-field input[type="submit"] {
    background-color: #fff!important;
    border: 1px solid #111!important;
    color: #111!important;
    font-size: 12px!important;
    letter-spacing: 2px!important;
    text-transform: uppercase!important;
    border-radius: 20px!important;
    padding: 8px 20px 8px 20px!important;
    font-weight: 500!important;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.tnp-field input:hover[type="submit"] {
    background-color: #111!important;
    border: 1px solid #111!important;
    color: #fff!important;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit {

    margin: auto!important;
}

.tnp-field input[type="submit"] {
    margin-top: 30px!important;
    cursor: pointer!important;
}
.tnp-subscription input[type=checkbox], .tnp-widget input[type=radio], .tnp-profile input[type=checkbox] {
    max-width: 2em!important;

}