.ihunewsletter_form {
    width: 100%;
    height: 300px;
    text-align: center;
    padding: 30px 0;
}

.ihunewsletter_form form {
    padding: 30px 0;
}

.ihunewsletter_form input[type=text], .ihunewsletter_form input[type=email] {
    display: inline-block;
    width: 300px;
    border: 3px solid #EEE;
    border-radius: 7px;
    padding: 10px 20px;
    margin: 5px;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    vertical-align: middle;
}

.ihunewsletter_form button {
    border: 0;
    padding: 15px 20px;
    border-radius: 7px;
    display: inline-block;
    background-color: #fc6b01;
    color: #FFF;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    cursor: pointer;
    transition: all 0.3s;
}

.ihunewsletter_form button:hover {
    background-color: #D05A15;
}

.ihunewsletter_form h2 {
    font-family: "Lato", sans-serif;
    text-align: center;
    width: 100%;
    font-size: 25px;
    margin-top: 30px;
}

.ihunewsletter_form p {
    font-family: "Lato", sans-serif;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.ihunewsletter_form .msg-cadastro {
    font-family: "Lato", sans-serif;
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin-top: 100px;
}


.ihunewsletter_news {
    background-color: #f3f3f3;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 410px;
    padding: 20px;
    width: 100%;
    margin: 20px 0;
}

.ihunewsletter_news p {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    padding: 10px 0;
}

.ihunewsletter_news h2 {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 25px;
    font-weight: bolder;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.formularioNewsletter {
    margin-top: 10px;
}

.ihunewsletter_news input[type=text],
.ihunewsletter_news input[type=email] {
    display: inline-block;
    width: 100%;
    border: 3px solid #EEE;
    border-radius: 7px;
    padding: 10px 20px;
    margin: 5px 0;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    vertical-align: middle;
    box-sizing: border-box;
}

.ihunewsletter_form input[type=text]:focus,
.ihunewsletter_form input[type=email]:focus {
    border-color: #ff9f5f;
}

.ihunewsletter_news .formularioNewsletter button {
    background-color: #fc6b01;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-weight: bold;
    padding: 8px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    box-sizing: border-box;
    margin-left: 3px;
}

.formularioNewsletter .sendForm,
.ihunewsletter_form input[type=submit] {
    background-color: #fc6b01;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-weight: bold;
    padding: 16px 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    box-sizing: border-box;
    margin-left: 3px;
}

.ihunewsletter_news input[type=submit] {
    background-color: #fc6b01;
    border: 0 none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    box-sizing: border-box;
    margin-left: 3px;
}


@media (min-width:768px) and (max-width: 991px) {
    .formularioNewsletter {
        width: 500px;
        margin: 0 auto;
    }

    .ihunewsletter_form input[type=text], .ihunewsletter_form input[type=email] {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 767px) {

    .ihunewsletter_form input[type=text], .ihunewsletter_form input[type=email] {
        width: 100%;
        box-sizing: border-box;
    }

    .ihunewsletter_form button {
        width: 60%;
        margin-top: 10px;
    }
}