/* OLG vendor theme - shared desktop page backdrop.
   Extracted verbatim from the vendor's inline <style> block (the promo, register
   and login pages each ship the same rule); only the asset URL is rewritten to
   the local mirror under /olg. Do not hand-edit. */

.background-top {
    background: url(https://files.sitestatic.mitrazeus.com/olg/20260910-113808/olg/asset/images/main-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
