<!DOCTYPE html>
<html>
  <head>
    <style>

input {
  width: 15em;
  color: blue;
  font-style: italic;
}

    </style>
  </head>
  <body>
    <input type="number" value="123">
  </body>
</html>