Hello Alex_197,
I used the designer window from B4A to come up with this design:
In the attached zip-file you can see how i did this.
For the logo you have to add the image file in the Files Manager pane and use this code in B4XPage_Created:
ImageView1.Bitmap = LoadBitmap(File.DirAssets, "logo_vb.png")
Hope you can do something with it.
Greetings,
Paul