body.disctm-password-page-active {
    min-height: 100vh;
    margin: 0;
    overflow: hidden;
    background: #f5f5f7;
}

body.disctm-password-page-active .skip-link,
body.disctm-password-page-active .screen-reader-text,
body.disctm-password-page-active .a-disc-site-header,
body.disctm-password-page-active header,
body.disctm-password-page-active footer,
body.disctm-password-page-active .site-header,
body.disctm-password-page-active .site-footer,
body.disctm-password-page-active .elementor-location-header,
body.disctm-password-page-active .elementor-location-footer,
body.disctm-password-page-active #ast-scroll-top {
    display: none !important;
}

body.disctm-password-page-active .site-content,
body.disctm-password-page-active .site-main,
body.disctm-password-page-active .entry-content,
body.disctm-password-page-active .ast-container,
body.disctm-password-page-active .content-area {
    width: 100% !important;
    max-width: none !important;
    min-height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
}

.disctm-password-page,
.disctm-password-page * {
    box-sizing: border-box;
}

.disctm-password-page {
    position: fixed;
    z-index: 2147483000;
    inset: 0;
    display: grid;
    min-height: 100vh;
    padding: 32px 22px;
    place-items: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.72) 34%, rgba(255, 255, 255, 0) 68%),
        linear-gradient(154deg, rgba(218, 37, 29, 0.035) 0%, rgba(255, 190, 0, 0.026) 28%, rgba(0, 177, 63, 0.028) 58%, rgba(3, 118, 187, 0.04) 100%),
        linear-gradient(180deg, #ffffff 0%, #f5f5f7 72%, #eceef2 100%);
    color: #1d1d1f;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

.admin-bar .disctm-password-page {
    top: 32px;
    min-height: calc(100vh - 32px);
}

.disctm-password-page__form {
    display: grid;
    width: min(100%, 356px);
    margin: 0;
    padding: 0;
    gap: 10px;
}

.disctm-password-page__logo-wrap {
    position: relative;
    display: grid;
    width: 212px;
    height: 166px;
    justify-self: center;
    place-items: center;
    margin-bottom: 8px;
    overflow: hidden;
}

.disctm-password-page__logo-wrap::before {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: radial-gradient(ellipse 48% 43% at 50% 50%, rgba(29, 29, 31, 0.11) 0%, rgba(29, 29, 31, 0.055) 42%, rgba(29, 29, 31, 0.018) 68%, rgba(29, 29, 31, 0) 100%);
    content: "";
}

.disctm-password-page__logo {
    position: relative;
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 24px;
}

.disctm-password-page__label {
    margin-bottom: -2px;
    margin-left: 2px;
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.235;
}

.disctm-password-page__controls {
    display: grid;
    gap: 18px;
}

.disctm-password-page__input {
    width: 100%;
    height: 56px;
    padding: 0 17px;
    border: 1px solid rgba(29, 29, 31, 0.16);
    border-style: solid;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        0 1px 2px rgba(29, 29, 31, 0.03);
    color: #1d1d1f;
    font: inherit;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0;
    outline: none;
    -webkit-backdrop-filter: blur(18px) saturate(1.18);
    backdrop-filter: blur(18px) saturate(1.18);
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.disctm-password-page .disctm-password-page__input:focus,
.disctm-password-page .disctm-password-page__input:focus-visible {
    border: 1px solid rgba(0, 113, 227, 0.68) !important;
    border-style: solid !important;
    outline: none !important;
    background: #ffffff;
    box-shadow:
        0 0 0 4px rgba(0, 113, 227, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.disctm-password-page__button {
    height: 56px;
    border: 0;
    border-radius: 14px;
    background: #0071e3;
    box-shadow: 0 13px 28px rgba(0, 113, 227, 0.24);
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 17px;
    font-weight: 650;
    letter-spacing: 0;
    transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.disctm-password-page__button:hover {
    background: #0077ed;
    box-shadow: 0 17px 34px rgba(0, 113, 227, 0.28);
    transform: translateY(-1px);
}

.disctm-password-page__button:active {
    background: #006edb;
    transform: translateY(0);
}

.disctm-password-page__button:focus-visible {
    outline: 4px solid rgba(0, 113, 227, 0.17);
    outline-offset: 3px;
}

@media (max-width: 520px) {
    .disctm-password-page {
        align-items: start;
        padding: 24px 18px;
    }

    .disctm-password-page__form {
        padding-top: 12vh;
    }

    .disctm-password-page__logo-wrap {
        width: 196px;
        height: 154px;
        margin-bottom: 6px;
    }

    .disctm-password-page__logo {
        width: 78px;
        height: 78px;
        border-radius: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .disctm-password-page,
    .disctm-password-page *,
    .disctm-password-page *::before,
    .disctm-password-page *::after {
        transition-duration: 1ms !important;
    }
}
