/* Constrain the admin login logo size without affecting other images. */
.login-box .login-logo img,
.login-logo img {
    max-width: 220px;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}
