.html .form-control, .html input[type=date], .html input[type=datetime-local], .html input[type=email], .html input[type=file], .html input[type=month], .html input[type=number], .html input[type=password], .html input[type=search], .html input[type=tel], .html input[type=text], .html input[type=time], .html input[type=url], .html input[type=week], .html textarea, .html select {
    box-shadow: none;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #d9d9d9;
    height: auto;
    padding: 12px;
    line-height: inherit;
}

