.navbar img
{
    width: 70%;
}
.form-controls {
    background-color: #fff;
    border-radius: 0;
    padding: 15px 10px;
    box-shadow: none;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #848b91;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}