<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.background-mobile {
    display: none;
}
@media all and (max-width: 499px) {
    .container-login100 {
        background-image: none !important;
    }

    .container-login100 {
        background-image: url('../../Images/Mobilebackground.png') !important;
        background-size: 100% 100%;
    }
    .wrap-login100 {
        position: relative;
        top: -90px;
    }
    /*.background-mobile {
        display: block;
    }*/    
}

/*@media (min-width:1281px) {*/ /* hi-res laptops and desktops */
    /*.btnrech {
        width: 30em;
    }
    @media (min-width:801px) {*/ /* tablet, landscape iPad, lo-res laptops ands desktops */
        /*.btnrech {
            width: 43em;
        }

        .bta05 {
            margin-left: 20em;  width: 14em;
            position: relative;
            left: 20em !important;
            width: 15em;
        }

        .bta04 {
            margin-left: 20em;
            position: relative;
            left: 10em;
            width: 15em;
        }

        .btnex {
            margin-left: 4em;  width: 14em;
        }
    }
}*/
</pre></body></html>