input border color

HTML

<input type="text" class= "numero" />

CSS

input.numero {
 border-bottom-color: red;
 border-height: 50%;
}