.newsletter-form{
    margin-top: 5px;
}


input[name="ne"] {
    height: 30px;
    width: 136px;
    border: 1px solid #5a5a5a;
    border-right: none;
    font-size: 0.9em;
    padding: 6px 8px;
    color: #b3b5b4;
    box-shadow: none;
    background: none;
    float: left;
}

button[name="ne-send"] {
    color: #b3b5b4;
    background: none;
    font-size: 0.9em;
    height: 30px;
    padding: 8px 10px;
    border: 1px solid #5a5a5a;
}


button[name="ne-send"]:hover{
 background: #C5C5C5;
 color: #262626;
 transition: 0.5s;
}
.tnp-field-submit{
    font-family: "FontAwesome";
}




.newsletter-matexq-message {
    font-size: 14px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    background: rgba(74, 74, 74, 0.7);
    color: #fff;
    border-radius: 4px;
    visibility: hidden;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    opacity: 0;
    transition: .25s;
    max-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.was-submitted .newsletter-matexq-message {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    margin: 8px 0;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    padding: 10px 15px;
    min-height: 41px;
    max-height: initial;
}

.was-submitted.error .newsletter-matexq-message {
    background: rgba(223,63,63,.7)!important;
}

[data-newsletter] p {
    color: #fff;
}

.newsletter-info {
    position: fixed;
    top: 50px;
    width: 50%;
    border: 1px solid #000;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 200px;
    z-index: 99999;
    background: #fff;
    font-size: 25px;
}


.newsletter-info.success p {
    color: #002e5b;
}


.newsletter-info.error p {
    color: #b01731;
}

.newsletter-popup {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    z-index:9999;
    left:0;
    background:rgba(0,0,0,0.75);
}