.header-logos-container { height: 40px; border-style: none;}
.header-logos-container img {  width: auto; height: 35px; border-style: none; border-width: 0; }

input:invalid {
    border: 2px dashed red;
}

input:invalid:focus {
    background-image: linear-gradient(orangered, red);
}
