body {
    background: #fff;
}
.header {
    padding: 80px 0;
    display: flex;
    justify-content: center;
}
.header img {
    width: 282px;
    height: 80px;
}
.body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10rem;
}
.slideshow {
    width: 400px;
}
.slideshow img {
    width: 400px;
    height: 400px;
    object-fit: contain;
}
.slideshow li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slideshow .title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.333333px;
    color: #020202;
    text-align: center;
}
.slideshow .description {
    margin-top: 1rem;
    width: 300px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.333333px;
    color: #979797;
    text-align: center;
}
.slideshow .splide__pagination {
    bottom: -2em;
    display: flex;
    gap: 1rem;
}
.slideshow .splide__pagination .splide__pagination__page {
    width: 10px;
    height: 10px;
}
.slideshow .splide__pagination .splide__pagination__page.is-active {
    background-color: #47265b;
    transform: none;
}
.iz-form-login {
    display: grid;
    padding: 24px;
    width: 400px;
    background: #fff;
    border: 1px solid #f2f4f7;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 12px;
}
.iz-form-login .form-header {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.iz-form-login .title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #344054;
}
.iz-form-login .title + div {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #344054;
}
.iz-form-login .title + div a {
    font-weight: 600;
    color: #763f98;
}
.iz-form-login label:not(.error) {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #344054;
}
.iz-form-login label span {
    font-weight: 400;
    color: #c6c9d1;
}
.iz-form-login .form-input {
    position: relative;
}
.iz-form-login .form-input:not(:first-child) {
    margin-top: 0.5rem;
}
.iz-form-login input {
    padding: 10px 14px;
    height: 44px;
    background: #fff;
    border: 1px solid #f2f4f7;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
}
.iz-form-login .register-selection {
    margin-bottom: 1rem;
}
.iz-form-login .register-selection .selection {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 0 4px;
    width: 100%;
    height: 48px;
    background: #f9fafb;
    border: 1px solid #d0d5dd;
    border-radius: 24px;
}
.iz-form-login .register-selection .selection > div {
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #344054;
    cursor: pointer;
    z-index: 1;
}
.iz-form-login .register-selection .selection > div.active {
    color: #fff;
}
.iz-form-login .register-selection .selection span {
    position: absolute;
    margin: 0 4px;
    width: 50%;
    height: 90%;
    padding: 8px 16px;
    background: #763f98;
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
    border-radius: 20px;
    left: 0;
    transition: all 0.2s ease-in-out;
    z-index: 0;
}
.iz-form-login .register-selection .selection span.active {
    left: 48%;
    transition: all 0.2s ease-in-out;
}
.iz-form-login .form-input .show-password {
    position: absolute;
    top: 2.6rem;
    right: 1rem;
    cursor: pointer;
}
.iz-form-login .forgot-password {
    margin-top: 1rem;
    justify-self: end;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #763f98;
    cursor: pointer;
}
.iz-form-login .terms {
    margin-top: 2rem;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #344054;
}
.iz-form-login .terms a {
    font-weight: 600;
    color: #763f98;
}
.iz-form-login .action-list {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.iz-form-login .action-list .btn-login {
    padding: 12px 16px;
    width: 100%;
    height: 48px;
    background: #763f98;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.iz-form-login .action-list .action-or {
    margin-top: 0.5rem;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #98a2b3;
}
.iz-form-login .action-list .btn-register {
    margin-top: 0.5rem;
    padding: 12px 16px;
    width: 100%;
    height: 48px;
    background: #fff;
    border: 2px solid #763f98;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #763f98;
    cursor: pointer;
}
.iz-form-login .form-footer {
    margin-top: 2rem;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #344054;
}
.iz-form-login .form-footer a {
    font-weight: 600;
    color: #37a048;
}
.footer {
    position: relative;
    margin-top: 10rem;
    margin-bottom: 3rem;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #98a2b3;
}
.footer .help {
    position: absolute;
    right: 5rem;
    bottom: 0;
    padding: 12px 16px;
    width: 137px;
    height: 48px;
    background: #f8f5fa;
    border: 2px solid #763f98;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 44px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #763f98;
}
.footer .help .iz-icon {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
}
.iz-form-verification {
    padding: 0 0 40px;
    width: 414px;
    background: #fff;
    border: 1px solid #f2f4f7;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #333;
}
.iz-form-verification .form-header {
    display: flex;
    align-items: center;
    padding: 8px;
    height: 56px;
    background: #763f98;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.iz-form-verification .form-header .back {
    margin-left: 1rem;
    border: solid #fff;
    border-width: 3px 0 0 3px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    cursor: pointer;
}
.iz-form-verification .form-header .title {
    margin-left: 1.5rem;
}
.iz-form-verification .form-image {
    margin-top: 1rem;
    height: 200px;
}
.iz-form-verification .form-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.iz-form-verification .description {
    margin: 1rem 2rem 0;
    text-align: center;
}
.iz-form-verification .destination {
    margin: 1rem 2rem 0;
    text-align: center;
    font-weight: 600;
    color: #763f98;
}
.iz-form-verification .otp {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.iz-form-verification .otp input {
    padding: 11px 19px;
    width: 52px;
    height: 55px;
    background: #fbf2ff;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #763f98;
}
.iz-form-verification .resend-container {
    margin: 1rem 2rem 0;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.iz-form-verification .resend-container .btn-resend {
    font-weight: 700;
    color: #763f98;
    cursor: pointer;
}
.iz-form-verification .btn-send {
    margin: 2rem 2rem 0;
    width: calc(100% - 4rem);
    padding: 12px 16px;
    height: 48px;
    background: #763f98;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.iz-modal-forgot {
    margin: auto !important;
    padding: 0 !important;
    width: 590px !important;
    height: fit-content;
    background: #fff;
    box-shadow: 0 32px 64px -12px rgba(16, 24, 40, 0.16);
    border-radius: 12px;
}
.iz-modal-forgot .modal-dialog {
    width: 100% !important;
    margin: auto !important;
}
.iz-modal-forgot .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    height: 56px;
    background: #763f98;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.iz-modal-forgot .header .close {
    float: none;
    font-size: 1.5rem;
    color: #fff;
    opacity: 1;
}
.iz-modal-forgot .body {
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.iz-modal-forgot .body > div {
    width: 80%;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333;
}
.iz-modal-forgot .body .destination {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #763f98;
}
.iz-modal-forgot form {
    margin-top: 1rem;
    width: 100%;
}
.iz-modal-forgot form label:not(.error) {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #344054;
}
.iz-modal-forgot form label span {
    font-weight: 400;
    color: #c6c9d1;
}
.iz-modal-forgot form .form-input {
    position: relative;
    margin: 0 2rem;
}
.iz-modal-forgot form .form-input:not(:first-child) {
    margin-top: 0.5rem;
}
.iz-modal-forgot form input {
    padding: 10px 14px;
    height: 44px;
    background: #fff;
    border: 1px solid #f2f4f7;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
}
.iz-modal-forgot .otp {
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.iz-modal-forgot .otp input {
    padding: 8px;
    width: 64px;
    height: 64px;
    background: #fff;
    border: 1px solid #ad8cc1;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #763f98;
}
.iz-modal-forgot .otp input.error {
    border: 1px solid #f04438;
    color: #f04438;
}
.iz-modal-forgot .otp-error {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #f04438;
}
.iz-modal-forgot .resend-container {
    margin: 1rem 2rem 0;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.iz-modal-forgot .resend-container .btn-resend {
    font-weight: 700;
    color: #763f98;
    cursor: pointer;
}
.iz-modal-forgot .resend-container .timer-container {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #763f98;
}
.iz-modal-forgot form .btn-forgot {
    margin-top: 10rem;
    padding: 12px 16px;
    width: 100%;
    height: 48px;
    background: #763f98;
    border-radius: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.iz-modal-forgot .form-input .show-password {
    position: absolute;
    top: 2.6rem;
    right: 1rem;
    cursor: pointer;
}

@media (max-width: 991.98px) {

    .iz-modal-forgot {
        position: fixed;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0;
    }
    .iz-modal-forgot .modal-dialog {
        height: 100%;
    }
    .iz-modal-forgot .modal-content {
        height: 100%;
    }
    .iz-modal-forgot form .btn-forgot {
        margin-top: 9rem;
    }
}

@media (max-width: 767px) {
    .footer {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    .footer .help {
        position: inherit;
        right: 0;
    }
}
