.create-account-wrapper {
    display: flex;
    gap: 0;
    max-width: 1340px;
    margin: 10px auto;
    align-items: stretch;
}

fieldset.fieldset.create.account {
    margin-bottom: 20px;
}
.create-account-right-section {
    border-radius: 0 18px 18px 0;
    border: 1px solid #f0f0f5;
    background: #fff;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.06);
    padding: 40px;
}

.create-account-head {
    margin-bottom: 32px;
}

h2.create-account-title {
    display: none;
    color: #222;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin: 10px 0;
}

p.create-account-subtext {
    color: rgba(34, 34, 34, 0.8);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.fieldset.create.info .legend span,
.fieldset.create.account .legend span {
    color: #222;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.form-create-account.account .legend {
    border-bottom: 2px solid #e91e63;
}

.fieldset.create.info .legend span,
.fieldset.create.account .legend span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.fieldset.create.info .legend span::before,
.fieldset.create.account .legend span::before {
    content: "";
    width: 32px;
    height: 32px;
    border: 1px solid #e91e63;
    border-radius: 50%;
    background: #fff5f8 no-repeat center;
    flex-shrink: 0;
}

.fieldset.create.info .legend span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7.00065 6.99935C7.7742 6.99935 8.51606 6.69206 9.06305 6.14508C9.61003 5.5981 9.91732 4.85623 9.91732 4.08268C9.91732 3.30913 9.61003 2.56727 9.06305 2.02029C8.51606 1.47331 7.7742 1.16602 7.00065 1.16602C6.2271 1.16602 5.48524 1.47331 4.93826 2.02029C4.39128 2.56727 4.08398 3.30913 4.08398 4.08268C4.08398 4.85623 4.39128 5.5981 4.93826 6.14508C5.48524 6.69206 6.2271 6.99935 7.00065 6.99935ZM7.00065 8.16602C4.66732 8.16602 2.33398 9.33268 2.33398 11.666V12.8327H11.6673V11.666C11.6673 9.33268 9.33398 8.16602 7.00065 8.16602Z' fill='%23E91E63'/%3E%3C/svg%3E");
    background-size: 14px 14px;
}

.fieldset.create.account .legend span::before {
    background-size: 11px 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M0.875 2.625C0.875 2.39294 0.967187 2.17038 1.13128 2.00628C1.29538 1.84219 1.51794 1.75 1.75 1.75H8.75C8.98206 1.75 9.20462 1.84219 9.36872 2.00628C9.53281 2.17038 9.625 2.39294 9.625 2.625L5.25 5.6875L0.875 2.625Z' fill='%23E91E63'/%3E%3Cpath d='M0.875 3.71875V7.875C0.875 8.10706 0.967187 8.32962 1.13128 8.49372C1.29538 8.65781 1.51794 8.75 1.75 8.75H8.75C8.98206 8.75 9.20462 8.65781 9.36872 8.49372C9.53281 8.32962 9.625 8.10706 9.625 7.875V3.71875L5.25 6.78125L0.875 3.71875Z' fill='%23E91E63'/%3E%3C/svg%3E");
}
.label span {
    color: #222;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.create-account-wrapper .input-text {
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #e8e1d8;
    height: 46px;
}

.infocus-phone-register__field .control {
    margin-bottom: 8px;
}

.field-note.infocus-phone-register__note {
    margin-top: 8px;
    font-size: 10px;
    line-height: 15px;
    color: rgba(34, 34, 34, 0.8);
}

.password-control {
    position: relative;
}

.password-control .input-text {
    padding-right: 46px;
}

.password-toggle {
    position: absolute;
    top: 23px;
    right: 12px;
    transform: translateY(-50%);
    z-index: 2;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 24px;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    background-image: url("../images/password-hide.svg");
}

.password-toggle:hover,
.password-toggle:focus,
.password-toggle:active {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 24px;
    background-image: url("../images/password-hide.svg");
    border: none;
    outline: none;
    box-shadow: none;
}

.password-toggle.is-visible,
.password-toggle.is-visible:hover,
.password-toggle.is-visible:focus,
.password-toggle.is-visible:active {
    background-image: url("../images/password-show.svg");
}

.field.choice input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0 6px;
    accent-color: #e91e63;
}

.field.choice .label span {
    color: rgba(34, 34, 34, 0.8);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.password-strength-meter {
    border-radius: 8px;
    color: rgba(34, 34, 34, 0.8);
    margin-top: 6px;
}

.create-account-wrapper .actions-toolbar .primary {
    width: 100% !important;
}

.action.submit.primary {
    border-radius: 8px;
    background: #e91e63;
    border: 1px solid #e91e63;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    padding: 10px 15px;
}

.form-create-account .fieldset.create.account:after {
    content: "";
    margin: 0;
}
/* banner */
.create-account-left-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 18px 0 0 18px;
    border: 1px solid #f0f0f5;
    background: #fff;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.06);
}

.create-account-left-section img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.create-account-overlay {
    position: absolute;
    inset: 0;
    padding: 40px 36px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
}

.create-account-overlay h2 {
    margin: 0;
    color: #222;
    font-family: "Playfair Display";
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 55.2px;
}

.create-account-line {
    display: block;
    width: 50px;
    height: 2px;
    background: #f5a623;
    margin: 18px 0 24px;
}

.create-account-description {
    margin: 0 0 48px;
    max-width: 340px;

    color: rgba(34, 34, 34, 0.8);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.5px;
}

.create-account-features {
    list-style: none;
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    gap: 28px;
}

.create-account-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.create-account-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    border: 1px solid #e91e63;
}

.create-account-icon svg {
    width: 22px;
    height: 22px;
}

.create-account-feature-content h4 {
    margin: 0 0 4px;

    color: #222;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.create-account-feature-content p {
    margin: 0;
    max-width: 230px;

    color: rgba(34, 34, 34, 0.75);
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


.create-account-terms {
    color: rgba(34, 34, 34, 0.80);
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    margin-top: 60px;
    padding: 20px;
        
}

.create-account-terms a {
    color: #E91E63;
    text-decoration: none;
    font-weight: 400;
}

.create-account-terms a:hover {
    text-decoration: none;
}


/* bottom bar */
.create-account-bottom {
    border-radius: 18px;
    border: 1px solid #FDE4D6;
    background: #FDECF1;
    padding: 16px 24px;
    margin-top: 24px;
}

.create-account-bottom .create-account-features {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
}


@media (max-width: 678px) {
    .create-account-wrapper {
        flex-direction: column;
        margin-top: 0;
    }
    .create-account-left-section {
        border-radius: 0;
    }
    .create-account-right-section {
        padding: 20px;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }
    .create-account-head {
        margin-bottom: 20px;
    }

    h2.create-account-title {
        font-size: 21px;
        line-height: 31px;
    }
    p.create-account-subtext {
        font-size: 10px;
        line-height: 15px;
    }

    .fieldset.create.info .legend span,
    .fieldset.create.account .legend span {
        font-size: 12px;
        line-height: 18px;
    }

    .fieldset.create.info .legend span::before,
    .fieldset.create.account .legend span::before {
        width: 24px;
        height: 24px;
        border-radius: 6px;
    }
    .label span {
        font-size: 12px;
        line-height: 15px;
    }
    .create-account-wrapper .input-text {
        height: 35px;
        font-size: 10px;
    }
    .field.choice input[type="checkbox"] {
        width: 12px;
        height: 12px;
    }
    .field.choice .label span {
        font-size: 11px;
        line-height: 15px;
    }

    .password-strength-meter {
        font-size: 10px;
    }
    .action.submit.primary {
        font-size: 12px;
        line-height: 18px;
    }

    .fieldset.additional_info .field-note.infocus-phone-register__note {
        margin-top: 10px;
        font-size: 10px;
        color: rgba(34, 34, 34, 0.8);
        line-height: 15px;
    }

    /* banner  */

    .create-account-left-section {
        border-radius: 0;
    }

    .create-account-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
        padding: 24px 20px;
        z-index: 2;
    }

    .create-account-overlay::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px;
        height: 190px;
        background: rgba(255, 255, 255, 0.95);
        filter: blur(15.45px);
        z-index: -1;
    }

    .create-account-overlay h2,
    .create-account-description {
        position: relative;
        z-index: 1;
        color: #222;
    }

    .create-account-overlay h2 {
        font-size: 33px;
        line-height: 36px;
    }

    .create-account-line {
        display: none;
    }

    .create-account-description {
        margin: 12px auto 0;
        max-width: 260px;

        font-size: 10px;
        line-height: 16px;
    }

    .create-account-features {
        display: none;
    }
    .create-account-left-section img {
        height: 450px;
        object-position: bottom;
    }

    .password-toggle {
        top: 16px;
        background-size: 14px;
    }

    .password-toggle:hover,
    .password-toggle:focus,
    .password-toggle:active {
        background-size: 14px;
    }
/* bottom bar */
    .create-account-bottom .create-account-features {
        justify-content: space-around;
        gap: 0px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .create-account-bottom .create-account-feature-item{
        gap:8px;
        margin-bottom: 0;
    }

    .create-account-bottom {
        border-radius: 0;
        border: 1px solid #fde4d6;
        background: #fdecf1;
        padding: 12px;
        margin-top: 24px;
    }

    .create-account-feature-content h4 {
        font-size: 10px;
        line-height: 12px;
    }

    .create-account-feature-content p {
        font-size: 8px;
        line-height: 10px;
    }

    .create-account-icon {
        width: 24px;
        height: 24px;
        min-width: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .create-account-icon svg {
        width: 12px;
        height: 12px;
    }

    .customer-account-create .columns .column.main{
    padding-bottom: 0;
}
    .create-account-terms{
        padding: 10px;
        font-size: 10px;
        margin-top: 0;
    }
}
