@font-face {
    font-family: 'inter-300';
    src: url('../fonts/inter-v19-latin-300.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inter-400';
    src: url('../fonts/inter-v19-latin-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inter-500';
    src: url('../fonts/inter-v19-latin-500.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inter-600';
    src: url('../fonts/inter-v19-latin-600.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'inter-700';
    src: url('../fonts/inter-v19-latin-700.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primarycolor: #00362d;
    --buttoncolor: #109d87;
    --buttonhover: #03594c;
    --primary-color: #9118ef;
    --gradientcolor: #2d054c;
}

body {
    background: #FFF;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    font-weight: 400;
    font-family: 'inter-400';
}

body::after {
    content: '';
    z-index: -2;
    position: fixed;
    height: 100%;
    width: 100%;
    animation: fade-in-bg 1s ease both;
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='69.141' height='40' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%232b2b3100'/><path d='M69.212 40H46.118L34.57 20 46.118 0h23.094l11.547 20zM57.665 60H34.57L23.023 40 34.57 20h23.095l11.547 20zm0-40H34.57L23.023 0 34.57-20h23.095L69.212 0zM34.57 60H11.476L-.07 40l11.547-20h23.095l11.547 20zm0-40H11.476L-.07 0l11.547-20h23.095L46.118 0zM23.023 40H-.07l-11.547-20L-.07 0h23.094L34.57 20z'  stroke-width='1' stroke='%23000000ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

body::before {
    content: '';
    z-index: -1;
    position: fixed;
    height: 100%;
    width: 100%;
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 0%) 100%);
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.07;
    }
}

@keyframes fade-in-bg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.09;
    }
}

p {
    line-height: 1.4 !important;
}

body,
html {
    overflow-x: hidden;
}

input {
    height: 42px !important;
    border-radius: 12px !important;
    font-family: 'inter-400' !important;
    font-size: 15px !important;
    color: #000 !important;
    border: 1px solid #c0c0c0 !important;
    transition: all .25s ease !important;
    padding: 2px 12px 4px 12px !important;
    box-shadow: 0 0 0 0px #0000001a !important;
    outline: none !important;
}

label {
    font-family: 'inter-400' !important;
    font-size: 14px !important;
    color: #000 !important;
    margin-bottom: 6px !important;
}

input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    border-color: none;
    box-shadow: 0 0 0 4px #0000001a !important;
    outline: none !important;
}

.forgetmenot {
    margin-bottom: 20px !important;
    font-size: 14px !important;
    margin-top: 14px;
}

.forgetmenot label {
    font-size: 14px !important;
    margin: 0 !important;
    transform: translateY(-1px);
}

.login-form-top {
    order: 0;
    margin-bottom: 35px;
}

.login-action-lostpassword .login-form-top,
.login-action-checkemail .login-form-top,
.login-action-rp .login-form-top,
.login-action-resetpass .login-form-top{
    margin-bottom: 10px;
}

#login {
    padding: unset;
    margin: unset;
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    width: 350px;
    box-shadow: rgb(0 0 0 / 10%) 0px 50px 100px -20px, rgb(0 0 0 / 24%) 0px 30px 60px -30px;
    height: auto;
    border-radius: 24px;
    border: none;
    padding: 40px;
    background: #FFF;
    border: 1px solid #ebebeb;
    animation: fade-in-login 0.5s ease both;
}

@keyframes fade-in-login {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.login-action-lostpassword #login {
    padding: 40px 40px 24px 40px;
}

#wp-auth-check {
    border-radius: 20px;
}

.interim-login #login {
    padding: 24px;
}

.login #pass-strength-result {
    padding: 6px 5px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'inter-500';
    font-weight: 500;
    font-size: 14px;
}

.login #pass-strength-result .empty {
    display: none !important;
}

#pass-strength-result.strong {
    background-color: rgb(184 230 191 / 49%);
    border-color: #68de7c;
    opacity: 1;
    color: #00520f;
}

#pass-strength-result.short {
    background-color: rgb(255 171 175 / 22%);
    color: #e65054 !important;
}

#pass-strength-result.bad {
    background-color: rgb(255 171 175 / 22%);
    border-color: #f86368;
    opacity: 1;
    color: #e65054 !important;
}

#pass-strength-result.good {
    background-color: rgb(245 230 171 / 30%);
    border-color: #f0c33c;
    opacity: 1;
}

.login-action-resetpass #login .reset-pass {
    background-color: rgb(184 230 191 / 23%) !important;
    border: 1px solid rgb(0 125 21 / 36%) !important;
    color: #00520f;
    margin: 0;
}

.login-action-resetpass #login .reset-pass p {
    display: flex;
    flex-flow: wrap;
    gap: 16px;
}

.login-action-resetpass #login .reset-pass a {
    transition: background .25s ease;
    width: 100%;
    height: 52px !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-family: 'inter-500' !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 auto;
    margin-top: 0;
    border-radius: 12px !important;
    padding: 0 24px 0 24px !important;
    background: #0b0b0b;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.login-action-resetpass #login .reset-pass a:hover {
    background: #353535;
}

.login #pass-strength-result .empty {
    display: none !important;
}

.pw-weak {
    display: none !important;
}

.wpml-login-ls {
    display: none;
}

.login .privacy-policy-page-link {
    display: none;
}

.wp-core-ui .button-primary,
.wp-core-ui .button,
.wp-core-ui .button-secondary {
    background: unset;
}

.language-switcher label .dashicons {
    color: #FFF;
}

.language-switcher {
    display: none;
}

h2 {
    padding-bottom: 0 !important;
}

@keyframes gradient-flow {
    0% {
        transform: translate3d(0, 30px, 0) scale(.10);
        transform: rotate(0deg)
    }

    50% {
        transform: translate3d(0, 30px, 0) scale(.65);
        transform: rotate(90deg)
    }

    100% {
        transform: translate3d(0, 30px, 0) scale(.10);
        transform: rotate(0deg)
    }
}

.gradient-box-wrapper {
    position: absolute;
    top: 18vh;
    left: 0;
    height: 100%;
    width: 470px;
    z-index: -1;
    right: 0;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, .2) 0 20px 30px;
}

.gradient-box {
    position: relative;
    height: 120%;
    width: 90%;
    border-radius: 100%;
    animation: gradient-text 8s cubic-bezier(.4, 0, .2, 1) .5s infinite both;
    margin: 0 auto;
}

.gradient-box:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-45deg, #e81cff 0%, #40c9ff 100%);
    filter: blur(100px);
    border-radius: inherit;
}

@keyframes gradient-flows {
    0% {
        transform: translate3d(0, 30px, 0) scale(.10);
        transform: rotate(0deg)
    }

    50% {
        transform: translate3d(0, 30px, 0) scale(.65);
        transform: rotate(90deg)
    }

    100% {
        transform: translate3d(0, 30px, 0) scale(.10);
        transform: rotate(0deg)
    }
}

@keyframes gradient-text {
    0% {
        opacity: .6;
        transform: translate3d(0, 0, 0)
    }

    50% {
        opacity: .2;
        transform: translate3d(0, -240px, 0)
    }

    100% {
        opacity: .6;
        transform: translate3d(0, 0, 0)
    }
}

.login form .forgetmenot {
    width: 100%;
}

#login form p.submit {
    width: 100%;
    margin: 0 auto;
}

#login form p.reset-pass-submit {
    width: unset;
    padding: 0;
    margin: 0;
}

.login .reset-pass-submit .button {
    margin-bottom: 10px;
}

.client-logo {
    display: flex;
    height: auto;
    width: 100%;
    margin-bottom: 35px;
}

@media only screen and (max-width:768px) {
    .client-logo {
        height: auto;
        margin-bottom: 20px
    }
}

.client-logo img {
    height: 100%;
    width: fit-content;
    max-width: 130px;
    object-fit: contain;
    display: flex;
}

.powered-by-logo {
    width: 100%;
}

.snellink-digital-logo {
    display: flex;
    justify-content: center;
    height: 22px;
    width: 100%
}

@keyframes fade-slide-bottom-top {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.snellink-digital-logo img,
.powered-by-logo img {
    height: 100%;
    width: fit-content;
    object-fit: contain;
    margin-top: 6px;
}

#login h1 a {
    display: none;
}

.login form {
    display: flex;
    flex-flow: column;
    border: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: none;
    box-shadow: none;
}

.login form p {
    order: 1;
}

.login .user-pass-wrap {
    order: 1;
}

.login #nav {
    display: flex;
    width: auto;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-top: -10px;
    position: absolute;
    bottom: 45px;
    left: 40px;
    opacity: .5;
    font-family: 'inter-300';
    line-height: 1;
}

.login #backtoblog {
    display: none;
}

.login-action-lostpassword #nav,
.login-action-rp #nav {
    width: 100%;
    left: 0;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    bottom: 0px;
    position: relative;
}

a:focus {
    box-shadow: none !important;
}

.login #login_error, 
.login .notice-error .success,
.login .notice-info {
    align-items: center;
    box-shadow: none;
    background-color: #fbfbfb;
    border: 1px solid #d8d8d8 !important;
    border-radius: 10px;
    padding: 10px 12px 10px 12px;
    font-family: 'inter-400';
    font-size: 13px;
    font-style: normal;
    margin-bottom: 35px;
    box-shadow: none !important;
}

.login #login_error {
    border: 1px solid rgb(0 95 217 / 23%) !important;
    background-color: rgb(0 95 217 / 4%) !important;
}

.login #login_error p {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    background: none !important;
    line-height: 1.4;
}

.login-action-checkemail #login .message {
    align-items: center;
    box-shadow: none;
    background-color: #fbfbfb;
    border: 1px solid #d8d8d8 !important;
    border-radius: 10px;
    padding: 12px 12px 12px 12px;
    font-family: 'inter-400';
    font-size: 14px;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 30px;
    box-shadow: none !important;
}


.wp-login-logo {
    display: none;
}

.login .message {
    flex-flow: wrap;
}

.admin-email__actions-secondary a {
    color: #000;
}

.admin-email__actions-secondary a:hover {
    color: #565656;
}

.login-back-link a {
    transition: background .25s ease;
    width: auto;
    height: 52px !important;
    color: #FFF !important;
    font-size: 1.125rem !important;
    font-family: 'inter-500' !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 auto;
    margin-top: 0;
    border-radius: 12px !important;
    padding: 0 24px 0 24px !important;
    background: #FFF;
    border: 1px solid #000 !important;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    outline: 0px solid rgb(0 0 0 / 7%) !important;
    box-shadow: none !important;
}

.login-back-link a:focus,
.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus {
    outline: 4px solid rgb(0 0 0 / 7%) !important;
    box-shadow: none !important;
}

.wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus {
    box-shadow: none !important;
}

.login-back-link a:hover {  
    background: #f8f8f8;
}

.admin-email__actions div {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.warning-icon {
    height: 100%;
    width: 20px;
    margin-right: 14px;
    fill: #FF1F5C;
}

.mail-icon svg {
    height: 100%;
    width: 20px;
    margin-right: 14px;
    fill: #5E83FF;
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
    color: #000;
    text-decoration: underline;
}

.dashicons-visibility:before {
    color: #000;
}

p.login-message {
    margin: 0 0 30px 0;
    background: #f1f1f1;
    padding: 0 20px;
    height: 52px;
    display: flex;
    align-items: center;
    color: #6c6c6c;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    font-family: 'inter-500';
    font-size: 14px;
    font-style: normal;
}

.login-title {
    font-family: 'inter-600';
    font-size: 20px;
    font-style: normal;
    color: #000;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 6px;
}

.login h1,
.login h1.admin-email__heading {
    font-family: 'inter-500';
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
    color: #000;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}

.login.login-action-confirm_admin_email h1.admin-email__heading {
    font-size: 16px;
    margin-bottom: 10px;
}

.login.login-action-confirm_admin_email .admin-email__details {
    order: 0;
    margin: 0;
    padding: 0;
    color: #808080;
}

.login.login-action-confirm_admin_email a {
    color: #000;
}

strong {
    font-family: 'inter-500';
    font-weight: 500;
}

.login.login-action-confirm_admin_email strong {
    color: #000;
}

.login-subtitle {
    font-family: 'inter-400';
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    color: #616161;
    letter-spacing: normal;
    line-height: normal;
}

input#rememberme {
    border: 1px solid #CACACA;
    margin-right: 4px;
    box-shadow: none;
    height: 22px !important;
    width: 22px;
}

p.login-remember label {
    font-family: 'inter-500';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #313131;
    letter-spacing: normal;
    line-height: normal;
}

input[type=checkbox]:checked {
    border: 1px solid #000000;
}

input[type=checkbox] {
    border-radius: 7px !important;
}

input[type=checkbox]:checked::before {
    content: "" !important;
    margin: 0 0 0 0 !important;
    height: 20px !important;
    background-size: 12px;
    width: 20px !important;
    background: #000000;
    border-radius: 6px;
    padding: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMTY3MDUgMTIuOTYwMUM1Ljg4NzQzIDEyLjk2MDEgNS42MjY0NSAxMi44NDUgNS40NDAwNCAxMi42MzRMMC40NTM0NzkgOC4zNjUxOEMtMC4wNjg0Nzg2IDcuODY2MzYgLTAuMTUyMzY0IDcuMDQxMzggMC4yNjcwNjYgNi40NDY2M0MwLjc2MTA2MSA1LjkxOTAzIDEuNTQ0IDUuODMyNyAyLjEzMTIgNi4yNDUxOEw2LjE0ODQxIDkuNzI3MzVMMTQuODM1MyAwLjM5MzYxNEMxNS4zMDEzIC0wLjExNDgwMiAxNi4wODQyIC0wLjEzMzk4NyAxNi41NzgyIDAuMzU1MjQzQzE2LjU4NzYgMC4zNjQ4MzUgMTYuNjA2MiAwLjM4NDAyMSAxNi42MTU1IDAuMzkzNjE0QzE3LjEyODIgMC45MjEyMTQgMTcuMTI4MiAxLjc4NDU2IDE2LjYxNTUgMi4zMTIxNkw3LjEyNzA4IDEyLjU3NjRDNi44OTQwNiAxMi44NTQ2IDYuNTQ5MiAxMy4wMTc3IDYuMTk1MDEgMTIuOTk4NSIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) !important;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

p.login-submit input#wp-submit,
input#wp-submit,
.admin-email__actions-primary >input.button-primary,
.login #login [name = "validate_2fa_form"] .submit .button {
    transition: background .25s ease;
    width: 100%;
    height: 48px !important;
    color: #FFF !important;
    font-size: 15px !important;
    font-family: 'inter-600' !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 auto;
    margin-top: 0;
    border-radius: 12px !important;
    padding: 0 24px 1px 24px !important;
    background: #0b0b0b;
    border: none !important;
}

.admin-email__actions-primary >input.button-primary,
.admin-email__actions-primary a.button-large {
    display: flex;
    align-items: center;
    justify-content: center;
}

.admin-email__actions-primary a.button-large {
    color: #000 !important;
}

.wp-generate-pw {
    transition: background .25s ease;
    width: 100%;
    height: 52px !important;
    font-size: 16px !important;
    font-family: 'inter-500' !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 auto;
    margin-top: 0;
    border-radius: 12px !important;
    padding: 0 24px 1px 24px !important;
    background: #FFF;
    border: 1px solid #6b6b6b !important;
    color: #6b6b6b !important;
}

.admin-email__actions-primary a.button-large {
    transition: background .25s ease;
    width: 100%;
    height: 52px !important;
    font-size: 16px !important;
    font-family: 'inter-500' !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 auto;
    margin-top: 0;
    border-radius: 12px !important;
    padding: 0 24px 1px 24px !important;
    background: #FFF;
    border: 1px solid #000;
    color: #000;
}

.wp-core-ui .button.wp-generate-pw:hover {
    background: #f7f7f7;
    border: 1px solid #6b6b6b !important;
    color: #6b6b6b !important;
}

.admin-email__actions-primary a.button-large:hover {
    background: #f7f7f7 !important;
    border-color: #000 !important;
} 

#login #loginform .submit.loader input {
    color: #dedede !important;
}

p.login-submit input#wp-submit,
input#wp-submit:hover,
.admin-email__actions-primary >input.button-primary:hover,
.login #login [name = "validate_2fa_form"] .submit .button:hover {
    background: #353535;
}

.login .admin-email__actions .button-primary {
    margin: 0;
}

.login .button.wp-hide-pw:focus {
    box-shadow: none;
    outline: unset;
    border: none;
}

.login #backtoblog a,
.login #nav a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    line-height: 1;
    font-family: 'inter-400';
}

.login-action-lostpassword #login #backtoblog a,
.login-action-lostpassword #login #nav a,
.login-action-rp #login #nav a {
    font-size: 14px;
}

#login #reg_passmail, #login form .indicator-hint {
    margin-bottom: 34px;
}

.login .button.wp-hide-pw {
    top: 1px !important;
}

.loader::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 12px;
    width: 28px;
    aspect-ratio: 1;
    --g: radial-gradient(farthest-side, #0000 calc(95% - 2px), #fff calc(100% - 2px) 98%, #0000 101%) no-repeat;
    background: var(--g), var(--g), var(--g);
    background-size: 12px 12px;
    animation: l10 1s infinite;
}

@media only screen and (max-width:768px) {
    #login {
        padding: 30px;
    }

    .login-action-lostpassword #login {
        padding: 30px 30px 24px 30px;
    }

    .login #nav {
        position: relative;
        left: 0px;
        right: 0;
        font-size: 12px;
        bottom: 17px;
        margin-top: 0;
    }

    .login-action-lostpassword #nav,
    .login-action-rp #nav {
        width: 100%;
        left: 0;
        text-align: center;
        justify-content: center;
        margin-top: 20px;
        bottom: 0px;
        position: relative;
    }

    .login-form-top {
        margin-bottom: 30px;
    }

    p.login-submit input#wp-submit,
    input#wp-submit:hover {
        background: #262626;
    }
}

@media only screen and (max-width:478px) and (max-height: 730px) {
    #login {
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100% - 90px);
        width: calc(100% - 90px);
    }
}

@media only screen and (max-width:478px) {
    #login {
        width: calc(100% - 90px);
    }
}

.login__footer {
    order: 2;
    bottom: -44px;
    right: 40px;
    height: auto;
    display: flex;
    gap: 10px;
    align-items: center;
    opacity: .5;
    width: fit-content;
    align-self: end;
    margin-top: 14px;
}

.login__footer p {
    color: #000;
    font-family: 'inter-400';
    line-height: 1;
    font-size: 12px;
}

@media only screen and (max-width:768px) {
    .login-action-login .login__footer {
        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
        margin-top: 20px;
        width: fit-content;
        position: relative;
        align-self: end;
        gap: 8px;
        font-size: 12px;
    }
}

@media only screen and (max-width:375px) {
    #login {
        padding: 24px;
        width: calc(100% - 70px);
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .interim-login #login {
        padding: 24px;
    }

    .login-action-lostpassword #login {
        padding: 24px;
    }

    .login-form-top {
        margin-bottom: 20px;
    }

    .login-subtitle {
        font-size: 14px;
    }

    .login-title {
        font-size: 16px;
    }

    label {
        font-size: 14px !important;
    }

    .login #nav {
        position: relative;
        margin: 3px 0 0 0;
        bottom: 0;
        left: 0;
    }

    .login-action-lostpassword #nav,
    .login-action-rp #nav {
        margin: 16px 0 0 0;
    }

    input,
    input#wp-submit {
        height: 40px !important;
    }

    input#wp-submit {
        font-size: 16px !important;
    }

    .login__footer {
        position: relative;
        justify-content: flex-end;
        bottom: -20px;
        right: 0;
    }

    .powered-by-logo {
        width: auto;
    }

    .snellink-digital-logo {
        margin-top: 0;
        width: fit-content;
    }
}

@keyframes l10 {
    0% {
        background-position: 0 0, 0 100%, 100% 100%;
    }

    25% {
        background-position: 100% 0, 0 100%, 100% 100%;
    }

    50% {
        background-position: 100% 0, 0 0, 100% 100%;
    }

    75% {
        background-position: 100% 0, 0 0, 0 100%;
    }

    100% {
        background-position: 100% 100%, 0 0, 0 100%;
    }
}

.button-loader {
    background: #c8c8c8 !important;
    color: #c8c8c8 !important;
}

#login #resetpassform .wp-core-ui .button-primary-disabled, .wp-core-ui .button-primary.disabled, .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary[disabled] {
    color: #a7aaad !important;
    background: #ececec !important;
    border: 1px solid #d7d7d7 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    cursor: not-allowed !important;
}

.login #login [name = "validate_2fa_form"] .two-factor-prompt { 
    font-size: 14px;
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
    margin-bottom: 20px !important;
}

.login #login [name = "validate_2fa_form"] label { 
    font-size: 14px !important;
    font-family: 'inter-400', sans-serif !important;
}

.login #login [name = "validate_2fa_form"] .submit .button { 
    width: 100%;
}

.login #login [name = "validate_2fa_form"] .two-factor-email-resend { 
    width: 100%;
    margin-top: 16px;
}

.login #login [name = "validate_2fa_form"] .two-factor-email-resend input { 
    width: 100%;
}