#footer {
    margin-top: 20px;
    width: 100%;    
}

#footer #inputNews {
    width: 100%;
    padding: 10px;
    color: white;
    border: solid 1px rgb(194, 194, 194);
    background: transparent;
    border-radius: 3px;
}

#footer #inputNews:focus {
    outline: none;
}

