.banner .suscriber-form input[type="submit"]{
    height: 38px;
    line-height: 40px;
    padding: 0 18px;
    border: none;
    font-weight: bold;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    box-shadow: none;
    border-radius: 0px;
    color: #F1F1F1;
    font-size: 12px;
    text-transform: uppercase;
    background: #525252;
    margin: 0;
}
.banner .suscriber-form input[type="text"]{
    border: 1px solid #999;
    display: inline-block;
    width: auto;
    margin: 0;
    height: 38px;
    line-height: 38px;
    padding: 4px 10px;
    /*border-radius: 0px !important;*/
}