Image Capture field not centered in form block

Case to investigate,
A form with several blocks of tabs.
In one of the blocks there is an image field (Data Base) called LOGO.
It is only in the block, the CSS of the FIELD and CSS of the INPUT OBJECT are adjusted to:

  • Align Horizontal: center
  • Align Vertical: middle (only in field CSS).

Result in view of the form:
IT DOES NOT WORK, the field appears aligned to the left.

Inspecting the CSS class .css_logo_line you have:
text-align: center and vertical-align:middle ??