/* VEKTRA custom login logo */
#root main > div:first-child img[src$="logo.png"],
#root main > div:first-child img[src*="logo"] {
    max-height: 290px !important;
    max-width: 260px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 10px 28px rgba(0, 180, 255, 0.28));
}
