.form-control {
    background: #f7f9fc;
    border: none;
    border-bottom: 2px solid #dfe7f1;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 6px;
    height: 40px;
}
