.brand-logo img{
    width:100%;
}

.form-group .form-control{
    background: transparent;
    border-radius: 0;
}
.form-control {
    border: 1px solid #f3f3f3;
    font-weight: 400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
input, .form-control:focus,  select:focus, input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
    outline-width: 0;
    outline-color: transparent;
    box-shadow: none;
    outline-style: none;
}

input:-webkit-autofill {
    background-image: none;
    color: #000;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
input:-internal-autofill-selected{
    /*background-color:transparent !important;*/
}