Hello,
For change your quantity box, you can use some Css code for this follow this
link
, you will find a tutorial that explain how reach your Css file and create a custom Css.
Once, you have understand where you can add your Css code, use this kind of code.
A little advice, put your custom code at the end of your frontend_custom.css, that will be more easy later to find and maybe correct it
For your align the text and your text color :
input#hikashop_checkout_quantity_32 {
width : 50 px;
}
your selector : input#hikashop_checkout_quantity_32
your css order: criteria, here width
Css value: 20 px, 50 px, etc...
You can learn more about Css code on this
link
Hope this will help you.
Regards,