body.admin-color-modern {
    --wp-admin-theme-color: #3e5954 !important;
}

/* Change Width and Height of Logo Image + Add Custom Image File */
.login .wp-login-logo a {
    background-image: url(../img/dest-salem-logo.svg);
    width: 151px;
    height: 97px;
    background-size: cover;
}

body.login {
    background: #101820;
}
body.login a {
    color: white !important;
}
