PDF-Templ - Change logo position

Hello @all,
i try to change the logo position from middel to right on PDF-Template style section.
my header logo syntax:

img src=“https://server.com/resources/icons/xwiki/DB-log.png” style=“width:100px;” class=“page-logo” />

my style syntax:

.page-logo {
vertical-align: right;
width: 8%;
top:0.5cm;
left:120cm;
bottom:1cm;
}
But the logo is still in the middle.
What I’m doing wrong?

Many thank’s