#newsletter_ar .info-title {
    display: block;
    color: #fff;
    font-size: 48px;
    font-family: Segoe UI;
    font-weight: 100;
    margin: 0;
}
#newsletter_ar .info-desc {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: Segoe UI;
    font-weight: 100;
    margin: 0;
}
#newsletter_ar .info-email {
    border: 1px solid #2772d1;
    background: none;
    height: 45px;
    width: 65%;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 0 15px;
    margin: 35px 0 0 0;
    float: left;
}
::-webkit-input-placeholder { 
  color: #fff;
}
::-moz-placeholder { 
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
:-moz-placeholder { 
  color: #fff;
}

#newsletter_ar .btn-premiasoft {
    background: #18a0db;
    border: none;
    height: 45px;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 0 20px;
    margin: 35px 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    position: relative;
    z-index: 2;
    width: 25%;
    overflow: hidden;
}

#newsletter_ar .btn-premiasoft:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    background: #023988;
    border-radius: 35px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    height: 45px;
    z-index: -1;
}
#newsletter_ar .btn-premiasoft:hover:after {
    width: 100%;
}
#newsletter_ar .invalide {
    position: absolute;
    top: 55%;
    color: red;
    font-size: 18px;
    font-family: Segoe UI;
    font-weight: 100;
}
#newsletter_ar .succes {
    position: absolute;
    top: 55%;
    color: #0b9929;
    font-size: 18px;
    font-family: Segoe UI;
    font-weight: 100;
}
@media screen and (max-width:767px) {
#newsletter_ar .btn-premiasoft { width: 35%;
}
}

