
.newsletter {
    display: flex;
    margin-top: 0px;
    position: relative;
    background-color: transparent;
    height: 80px;
    justify-content: flex-end;
    align-items: center;
}
    .newsletter h2 {
        top: 35%;
        position: absolute;
        color: #003168;
        font-size: 30px;
        left: 10%;
    }
    .newsletter p {
        top: 35%;
        font-weight: 100;
        position: absolute;
        color: #B8D8F7;
        font-size: 14px;
        left: 15%;
    }

        .tnp-subscription {
            /* font-size: 13px; */
            display: block;
        margin:0px!important; 
            /* max-width: 500px; */
            width: 100%;
        }

        .tnp-field label {
            display: none!important;
        }
        form {
            display: flex;
            flex-direction: row;
            align-items: flex-end;
            justify-content: flex-end;
        }
        input#tnp-1 {
            width: 316px;
            height: 35px;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            border: 1px solid #003168;
            border-radius: 19px;
            opacity: 1;
        }

        .tnp-field label {
            display: none;
        }

        .tnp-field label {
            display: none;
        }

        .tnp-subscription input.tnp-submit {
            border-radius: 15%;
            background-color: #444;
            color: #fff;
            width: auto;
            height: auto;
            margin: 0;
            margin-left: 15px!important;
        }