.login .wp-login-logo a {
    width: 90%;
    height: 70px;
    background-size: contain;
    background-position: center;
    background-image: var(--theme-logo-raster-colorful-url);
}

#wp-admin-bar-theme-logo img {
    width: 20px;
    height: auto;
    margin-top: 6px;
}

#footer-thankyou a {
    display: inline-block;
    width: 100px;
    margin-left: 5px;
    vertical-align: middle;
    transition: opacity 0.3s ease;
}

#footer-thankyou a:hover {
    opacity: 0.6;
}

#footer-thankyou svg {
    display: block;
    width: 100%;
}