/* 
This style is injected into the login page, so make sure it does not conflict with existing login page styles. 
Please remove any outdated or unused CSS from previous ads to avoid conflicts or unnecessary bloat.
*/

#promoContent img {
    width: 80%;
    max-height: 100vh;
    object-fit: contain;
}
#promoContent {
    text-align: center;
}

#promo1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #020343;
    padding: 20px;
    height: 100vh
}

