.elementor-1203 .elementor-element.elementor-element-2e2211c{--display:flex;--min-height:80vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:80px;--padding-bottom:80px;--padding-left:24px;--padding-right:24px;}@media(max-width:767px){.elementor-1203 .elementor-element.elementor-element-2e2211c{--padding-top:45px;--padding-bottom:45px;--padding-left:16px;--padding-right:16px;}}/* Start custom CSS for container, class: .elementor-element-2e2211c */.frameish-password-toggle {
    appearance: none !important;
    -webkit-appearance: none !important;
}

.frameish-password-toggle input,
.frameish-password-toggle::before,
.frameish-password-toggle::after {
    display: none !important;
}
.frameish-password-toggle span {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.frameish-password-toggle {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}
.frameish-password-page {
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 24px;

    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(177, 80, 250, 0.09),
            transparent 32%
        ),
        radial-gradient(
            circle at 10% 90%,
            rgba(177, 80, 250, 0.05),
            transparent 30%
        ),
        #ffffff;
}

.frameish-password-form {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    padding: 48px 48px 42px;

    box-sizing: border-box;

    background: #ffffff;
    border: 1px solid #e8e8ec;
    border-radius: 24px;

    box-shadow:
        0 24px 65px rgba(25, 20, 35, 0.09),
        0 4px 14px rgba(25, 20, 35, 0.04);
}

.frameish-password-kicker {
    margin-bottom: 11px;

    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;

    color: #a944f3;
}

.frameish-password-form h1 {
    margin: 0 0 18px;

    font-size: 42px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.4px;
    text-align: center;

    color: #080808;
}

.frameish-password-form h1 span {
    color: #b150fa;
}

.frameish-password-intro {
    max-width: 445px;
    margin: 0 auto 25px;

    font-size: 16px;
    line-height: 1.6;
    text-align: center;

    color: #656a74;
}

.frameish-password-credit-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin: 0 0 30px;
    padding: 13px 18px;

    font-size: 14px;
    line-height: 1.45;

    color: #504558;
    background: #faf6ff;

    border: 1px solid #ead8fa;
    border-radius: 12px;
}

.frameish-password-credit-note strong {
    color: #9e3fea;
}

.frameish-credit-icon {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;

    width: 23px;
    height: 23px;

    color: #ffffff;
    background: #b150fa;

    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
}

.frameish-password-field {
    margin-bottom: 19px;
}

.frameish-password-field label {
    display: block;
    margin-bottom: 8px;

    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;

    color: #111111;
}

.frameish-password-input-wrap {
    position: relative;
}

.frameish-password-input-wrap input {
    width: 100%;
    height: 60px;
    padding: 0 54px 0 18px;

    box-sizing: border-box;

    font-family: inherit;
    font-size: 16px;

    color: #24252a;
    background: #ffffff;

    border: 2px solid #dfe3e9;
    border-radius: 13px;
    outline: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.frameish-password-input-wrap input::placeholder {
    color: #9da1aa;
}

.frameish-password-input-wrap input:focus {
    border-color: #b150fa;

    box-shadow:
        0 0 0 4px rgba(177, 80, 250, 0.11);
}

.frameish-password-toggle {
    position: absolute !important;
    top: 50% !important;
    right: 16px !important;

    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;

    margin: 0 !important;
    padding: 0 !important;

    transform: translateY(-50%);

    color: #777b84 !important;
    background: transparent !important;

    border: 0 !important;
    box-shadow: none !important;

    cursor: pointer;
}

.frameish-password-toggle:hover {
    color: #b150fa !important;
    background: transparent !important;
}

.frameish-set-password-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;

    width: 100% !important;
    min-height: 60px;

    margin: 7px 0 0 !important;
    padding: 16px 28px !important;

    font-family: inherit;
    font-size: 17px !important;
    line-height: 1.2;
    font-weight: 700 !important;

    color: #ffffff !important;

    background: linear-gradient(
        90deg,
        #a745f4 0%,
        #b94cff 100%
    ) !important;

    border: 0 !important;
    border-radius: 999px !important;

    box-shadow:
        0 12px 25px rgba(177, 80, 250, 0.28) !important;

    cursor: pointer;

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.frameish-set-password-button:hover {
    color: #ffffff !important;
    transform: translateY(-2px);

    box-shadow:
        0 16px 30px rgba(177, 80, 250, 0.35) !important;
}

.frameish-password-security-note {
    margin: 15px 0 0;

    font-size: 12px;
    line-height: 1.5;
    text-align: center;

    color: #8b8f97;
}

.frameish-password-error {
    margin: 0 0 22px;
    padding: 13px 16px;

    font-size: 14px;

    color: #a2202a;
    background: #fff2f3;

    border: 1px solid #f0c9cd;
    border-radius: 11px;
}

@media (max-width: 767px) {

    .frameish-password-page {
        min-height: calc(100vh - 70px);
        padding: 35px 16px;
    }

    .frameish-password-form {
        padding: 35px 22px 30px;
        border-radius: 20px;
    }

    .frameish-password-form h1 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .frameish-password-intro {
        font-size: 15px;
    }

    .frameish-password-credit-note {
        font-size: 13px;
    }

    .frameish-password-input-wrap input {
        height: 57px;
    }

    .frameish-set-password-button {
        min-height: 57px;
    }
}/* End custom CSS */