.form-control:focus {
    color: #353535;
    background-color: #fff;
    border-color: #fdd85d;
    outline: 0;
    box-shadow: none !important;
}
