input[type],textarea,select{
   width:auto;
   height:auto;
   background-color: #fff;
   color: #000;
   font-weight:normal;
   -webkit-box-shadow:none;
   webkit-appearance:none;
   box-sizing:border-box;
   border:1px solid #000;
   -webkit-box-sizing:border-box;
   word-break:break-all;}