/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_FormBuilder
 * @author    Webkul
 * @copyright Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/*New css start here*/
#wk-form-id input[type="text"],
#wk-form-id input[type="password"],
#wk-form-id input[type="url"],
#wk-form-id input[type="tel"],
#wk-form-id input[type="search"],
#wk-form-id input[type="number"],
#wk-form-id input[type="datetime"],
#wk-form-id input[type="email"] {
    width: 30%;
}