
    html body {
    background-color: #3f3f3f !important;
    }


    html body.login h1 a {
    width: 84px !important;
    }


    html body.login h1 a {
    height: 84px !important;
    }


    html body.login h1 a {
    margin-bottom: 25px !important;
    }


    html body,
    html body input[type=text],
    html body input[type=password] {
    color: #0a0a0a !important;
    }


    html body.login #backtoblog a,
    html body.login #nav a,
    .support-admin-bar-text,
    .spaioa-login-message {
    color: #ffffff !important;
    }


    html body.wp-core-ui .button-primary {
    background-color: #246818 !important;
    border-color: #246818 !important;
    }

    html body a,
    html body.wp-core-ui .wp-pwd .button,
    html body.wp-core-ui .wp-pwd .button-secondary {
    color: #246818 !important;
    }

    html body input[type=text]:focus,
    html body input[type=password]:focus,
    html body.wp-core-ui .wp-pwd .button-secondary:focus {
    border-color: #246818 !important;
    box-shadow: 0 0 0 1px #246818 !important;
    }

    html body.wp-core-ui .button-primary.focus,
    html body.wp-core-ui .button-primary:focus,
    html body.wp-core-ui #language-switcher .button:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #246818 !important;
    }

    html body.wp-core-ui #language-switcher .button {
    color: #246818 !important;
    border-color: #246818 !important;
    }


    html body.login form,
    .spaioa-login-support-box {
    border-radius: 4px !important;
    }


    .spaioa-support-box-login-logo {
    background-color: #1d2327 !important;
    }


.spaioa-login-support-box-logo-container {
position: fixed;
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
top: 10px;
right: 10px;
max-width: 305px;
min-width: 305px;
padding-bottom: 10px
}

.spaioa-login-support-wrapper {
display: none;
}

.spaioa-login-support-wrapper.show {
display: block;
}

.spaioa-login-support-wrapper:hover .spaioa-login-support-box-logo-container {
cursor: pointer;
}

.spaioa-login-support-wrapper:hover .spaioa-support-box-login-logo {
background-size: 60%;
}

.spaioa-support-box-login-logo {
background-color: #1d2327;
border-radius: 50%;
min-width: 70px;
min-height: 70px;
background-size: 55%;
background-position: center center;
background-repeat: no-repeat;
transition: .2s all ease-out;
}

.support-admin-bar-text {
text-align: right;
font-style: italic;
}

.spaioa-login-support-box {
position: fixed;
display: none;
top: 90px;
right: 10px;
padding: 25px;
background-color: #ffffff;
border: 1px solid #c3c4c7;
box-shadow: 0 1px 3px rgba(0,0,0,.04);
max-width: 305px;
min-width: 305px;
transition: .2s all ease-out;
}

.spaioa-login-support-box-content > div {
line-height: 1.5;
margin-bottom: 5px;
}

.spaioa-login-message {
text-align: center;
margin-bottom: 20px;
}
