.textInput{box-sizing:border-box;width:100%;font:inherit;color:#111;background:#fff;border:1px solid #ddd6ca;border-radius:14px;padding:12px 14px;transition:border-color .18s,box-shadow .18s,background .18s}.textInput::placeholder{color:#11111173}.textInput:focus{border-color:#111;outline:none;box-shadow:0 0 0 3px #11111114}.textInput:disabled,.textInput[readonly]{color:#111111b3;background:#f5f5f5}.textInput[readonly]{cursor:not-allowed}
