.default-form input[type="text"],
 .default-form input[type="tel"],
 .default-form input[type="email"],
 .default-form input[type="password"], 
 .default-form input[type="number"], 
 .default-form input[type="date"], .charitable-form-field input{
    display: block;
    width: 100%;
    line-height: 24px;
    height: 40px;
    font-size: 16px;
    box-shadow: none;
    /* border: 1px solid #6d6262; */
    padding: 12px 15px;
    background: #fff;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}