input,textarea{height:36px;flex-shrink:0;border-radius:6px;border:1px solid var(--border);font-family:Inter,sans-serif;font-size:14px;line-height:20px;color:var(--foreground);padding-left:40px;box-sizing:border-box}input::placeholder,textarea::placeholder{color:var(--muted-foreground);font-family:Inter,sans-serif;font-size:14px;line-height:20px}.FormLabel,label{color:var(--foreground);font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px}.FormMessage,.form-message,.text-red-500{color:#dc2626!important;font-family:Inter,sans-serif;font-size:14px!important;line-height:20px}input:focus,textarea:focus{border-radius:.5rem!important;background:var(--card)!important;border:1px solid #9ca3af!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important;outline:none!important}