#tnp-modal{
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

#tnp-modal-content{
    background-color: #e7f4ff;
    margin: 100px auto auto auto;
    width: 100%;
    max-width: 700px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
    position: relative;
    padding: 0;
}

@media screen and (max-width: 525px) {
    #tnp-modal-content{
        margin: 10% auto;
    }
}

#tnp-modal-close{
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 40px;
    color: #999;
    line-height: normal!important;
}

#tnp-modal-close:hover, #tnp-modal-close:focus{
    color: #000;
    text-decoration: none;
    cursor:  pointer;
}

#tnp-modal-body{
    padding: 2rem;
}
.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select, .tnp-subscription textarea, .tnp-profile input[type=text], .tnp-profile input[type=email], .tnp-profile input[type=submit], .tnp-profile select, .tnp-profile textarea {
    width: 100%;
    padding: .7em;
    display: block;
    border: 1px;
    color: #444;
    border-color: #ddd;
    background-color: #ffffff !important;
    background-image: none;
    text-shadow: none;
    font-size: 1em;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}
button.tnp-submit.g-recaptcha {
    padding: 12px 25px !important;
}

.newsletterErrorEmail {
    position: relative;
    font-size: 14px;
    bottom: 22px;
}
.newsletterErrorPrivacy {
    position: relative;
    font-size: 14px;
    bottom: 12px;
}
button.tnp-submit.g-recaptcha {
    display: flex;
    margin: auto;
    cursor: pointer !important;
}
button.tnp-submit.g-recaptcha:hover {
    opacity: 0.8;
}
.tnp-field.tnp-field-firstname label , .tnp-field.tnp-field-surname label , .tnp-field.tnp-field-email label
{
    display: none;
}

input.tnp-name , input.tnp-surname , input.tnp-email{
    margin-bottom: 25px !important;
}