input[type=text]:not(.form-control), input[type=text]:not(.numInput), input[type=email]:not(.form-control), input[type=email]:not(.numInput), input[type=url]:not(.form-control), input[type=url]:not(.numInput), input[type=date]:not(.form-control), input[type=date]:not(.numInput), input[type=password]:not(.form-control), input[type=password]:not(.numInput), input[type=search]:not(.form-control), input[type=search]:not(.numInput), input[type=tel]:not(.form-control), input[type=tel]:not(.numInput), input[type=number]:not(.form-control), input[type=number]:not(.numInput), select:not(.form-control), select:not(.numInput) {
    display: block;
    width: 100%;
    border-radius: 0px;
    padding: 0px 05px;
    font-size: 14px;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}