.login100-form {
    background: url(https://www.essentialnutrition.com.br/conteudos/wp-content/uploads/2020/06/back-1.jpg) center no-repeat;
    height: 203px;
    width: 100%;
    max-width: 750px;
    float: left;
}
.login100-form form {
    float: left;
}
.login100-form .campoEmail {
    width: 240px;
    margin: 0 auto;
    font-family:Helvetica,Arial,sans-serif;
}
.login100-form .h3{
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 58px;
    margin-bottom: 10px;
}
.login100-form .input100{
    width: 160px;
    height: 22px;
    border: 0;
    font-size: 10px;
    padding-left: 7px;
    color: #000;
    background: #fff!important;
}
.login100-form #cadastroNewsletter {
    height: 22px;
    width: 62px;
    float: right;
    border: 0;
    background: #1fc5e8;
    font-size: 10px;
    color: #000;
}
.login100-form .text-aux-news{
    font-size: 10px;
    color: #fff;
    display: block;
    float: left;
    margin-top: 10px;
    line-height: 10px;
}
.login100-form .text-aux-news a{
    color: #fff;
}
.login100-form .input100::-webkit-input-placeholder {
    color: #000!important;
}
.login100-form .input100:-moz-placeholder { /* Firefox 18- */
    color: #000!important;
}
.login100-form .input100::-moz-placeholder {  /* Firefox 19+ */
    color: #000!important;
}
.login100-form .input100:-ms-input-placeholder {
    color: #000!important;
}
.newsEbook .modal .modal-content {
    padding: 0;
    height: 304px;
    width: 304px;
}
body.newsEbook .modal .messages .success-msg span {
    color: #797979;
    font-size: 17px;
    line-height: 19px;
    text-transform: none;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}
.newsEbook .modal .modal-header .close {
    right: 8px;
    top: 8px;
}
body.newsEbook .modal .msg-news .success-msg span:before{
    color: #1fc5e8;
}
@media(max-width:767px){
    .login100-form {
        background: url(https://www.essentialnutrition.com.br/conteudos/wp-content/uploads/2020/06/back-mobile.jpg) center no-repeat;
        height: 400px;
    }
    .login100-form .campoEmail {
        text-align: center;
    }
    .login100-form form {
        width: 100%;
    }
    .login100-form form .input-field {
        display: block;
        float: left;
        width: 100%;
        height: 50px;
    }
    .login100-form .input100 {
        width: 100%;
        height: 28px;
        font-size: 12px;
    }
    .login100-form #cadastroNewsletter {
        height: 27px;
        width: 96px;
        float: none;
        font-size: 12px;
    }
    .login100-form .h3 {
        margin-top: 218px;
        margin-bottom: 16px;
    }
}