input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="search"], select, textarea {
    
    font-size: 16px;
    color: #848484;
    padding: 15px 20px;
    font-weight: 400;
    background: #fff;
    border: 2px solid #ececec;
    border-radius: 3px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}