.cmp-login--banner {
    margin: 0 0 40px;
    @media(width >=1366px) {
        margin: 0 0 80px;
    }
}

.cmp-login--banner-image {
    position: relative;
    margin-bottom: 24px;
    @media(width >=1366px) {
        margin-bottom: 40px;
    }
}

.cmp-login--banner-image:after {
    background: linear-gradient(338deg, rgba(1, 4, 75, 0.60) -20.67%, rgba(1, 4, 75, 0.18) 42.57%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cmp-login--banner-image img {
    width: 100%;
    display: block;
    height: 132px;
    object-fit: cover;

    @media (width >= 768px) {
      height: 452px;
    }
}

.cmp-login--form__description h1 {
    display: none;
    @media(width >=1366px) {
        color: var(--neutrals-sub-texts-paragraphs, #000);
        font-family: var(--font-family-primary);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        display: block;
        margin: 0;
    }
}

.cmp-login--form__description h2 {
    color: var(--neutrals-headings);
    font-family: var(--font-family-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    @media(width >=1366px) {
        font-size: 40px;
        line-height: 48px;
        margin-top: 30px;
    }
}

.cmp-login--form__description p {
    color: var(--neutrals-sub-texts-paragraphs, #000);
    font-family: var(--font-family-primary);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 16px 0 0;
    font-size: 12px;
    margin-bottom: 24px;
    @media(width >=1366px) {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0;
    }
}

.cmp-login--form__container {
    background: var(--Gradients-Accent-Section-Bg-1, linear-gradient(228deg, rgba(23, 29, 155, 0.10) 31.52%, rgba(255, 98, 0, 0.10) 111.9%));
    padding: 16px 16px 25px;
    @media(width >=1366px) {
        padding: 40px;
        margin: 0;
    }
}

.login.hide-content {
    display: none;
}

.cmp-login--form__container form h2 {
    color: #1D1D1D;
    margin: 0 0 30px;
    font-family: var(--font-family-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media(width >=1366px) {
        font-size: 32px;
        line-height: 38px;
    }
}

.cmp-login--form__container form > p,
.cmp-login--form__container form > a {
    display: none;
}

.cmp-login--form__container form input {
    border: none;
    border-bottom: 1px solid #8D8D8D;
    background: transparent;
    padding: 6px 0;
    width: 100%;
    margin-bottom: 12px;
    color: var(--tertiary-black);
    font-family: var(--font-family-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    @media(width >=1366px) {
        font-size: 16px;
        font-weight: 500;
    }
}

.cmp-login--form__container .disclaimer p {
    margin: 12px 0 20px;
    color: var(--neutrals-sub-texts-paragraphs, #000);
    font-family: var(--font-family-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.cmp-login--form__container .disclaimer p span {
    font-weight: 500;
    cursor: pointer;
}


.cmp-login--steps-info .cmp-login--steps-info__description h2 {
    color: var(--neutrals-sub-texts-paragraphs, #000);
    font-family:var(--font-family-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    width: calc(100% - 10px);
    @media(width >=1366px) {
        font-size: 32px;
        line-height: 38px;
    }
}

.cmp-login--steps-info .cmp-login--steps-info__description p {
    color: var(--neutrals-sub-texts-paragraphs, #000);
    font-family: var(--font-family-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 16px 0 24px;
    @media(width >=1366px) {
        font-size: 14px;
        line-height: 20px;
        margin: 16px 0 40px;
    }
}

.cmp-login--steps-info__description [class*=g-lg] {
    @media(width >=1366px) {
        width: calc(50% - 12px);
    }
}

.cmp-login input:focus-visible {
    outline: none;
}

.d-flex {
    display: flex;
  }

.cmp-login--steps-info__card {
    border: 1px solid #D1D1D1;
    padding: 16px;
    margin-bottom: 24px;
    width: 100%;
    @media(width >=1366px) {
        padding: 40px 40px 37px;
        margin-bottom: 160px;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.cmp-login--steps-info__steps .g-row .d-flex:nth-child(1) .cmp-login--steps-info__card {
    background: linear-gradient(359deg, rgba(215, 116, 58, 0.10) -48.53%, rgba(255, 255, 255, 0.10) 43.7%);
    border-bottom: 2px solid #FE8E50;
    @media(width >=1366px) {
        border-bottom-width: 4px;
    }
}

.cmp-login--steps-info__steps .g-row .d-flex:nth-child(2) .cmp-login--steps-info__card {
    background: linear-gradient(359deg, rgba(57, 139, 215, 0.10) -48.53%, rgba(255, 255, 255, 0.10) 43.7%);
    border-bottom: 2px solid var(--Accent-Colours-Vibrant-Sections-2, #398BD7);
    @media(width >=1366px) {
        border-bottom-width: 4px;
    }
}

.cmp-login--steps-info__steps .g-row .d-flex:nth-child(3) .cmp-login--steps-info__card {
    background: linear-gradient(359deg, rgba(0, 188, 164, 0.10) -48.53%, rgba(255, 255, 255, 0.10) 43.7%);
    border-bottom: 2px solid var(--Accent-Colours-Vibrant-Sections-3, #00BCA4);
    @media(width >=1366px) {
        border-bottom-width: 4px;
    }
}

.cmp-login--steps-info__card h2 {
    margin: 0;
    text-align: right;
    color: var(--Neutrals-Headings, #1D1D1D);
    font-family: var(--font-family-secondary);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
    @media(width >=1366px) {
        font-size: 32px;
        line-height: 38px;
        text-align: left;
    }
}

.cmp-login--steps-info__card h3 {
    color: var(--Neutrals-Headings, #1D1D1D);
    font-family: var(--font-family-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 0 16px;
    margin: 0;
    @media(width >=1366px) {
        color: #000;
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 18px;
        margin: 0;
    }

}
.cmp-login--steps-info__card--heading{
    @media(width >= 1366px) {
        margin-bottom: 24px;
        position: relative;
        flex: 1;
        &:after {
            content: "";
            width: 100%;
            height: 1px; 
            background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
            flex: 1;
            position: absolute;
            bottom: 0;
            left: 0;
        }
    }
}
.cmp-login--steps-info__card p {
    color: var(--neutrals-sub-texts-paragraphs, #000);
    font-family: var(--font-family-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0;

    @media(width >=1366px) {
        font-size: 14px;
        line-height: 20px;
    }
}

.cmp-login--steps-info__card .cmp-login--steps-info__card--heading p {
    font-family: var(--font-family-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
    @media(width >=1366px) {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 24px;
        text-align: left;
    }
}
.field-container {
    position: relative;
}

.field-container .error {
    margin: 0;
    font-size: 12px;
    color: var(--primary-red);
    position: absolute;
    bottom: -4px;
    left: 0;
    line-height: normal;
    font-weight: 300;
}


.cmp-ebook--otp-modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: 999;
  }
  
  .arena .cmp-ebook--otp-verify-modal {
    width: 100%;
  }
  
  .cmp-ebook--otp-verify-modal {
    display: flex;
    z-index: 999;
    flex-direction: column;
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .cmp-ebook--otp-verify-modal>* {
    width: 100%;
    z-index: 1;
  }
  
  .cmp-ebook-container {
    display: inline-flex;
    background-color: var(--tertiary-white);
    flex-direction: column;
    max-height: 90vh;
    overflow: auto;
    @media (width >= 1366px) {
      flex-direction: row;
    }
  }
  
  .nexa .cmp-ebook--otp-verify-modal .cmp-ebook--otp-verify__left {
    @media (width < 1366px) {
        position: relative;
        margin: 0;
    }
  }
  
  .cmp-ebook--otp-verify__right {
    background-color: #fff;
    padding: 16px 16px 98px;
    @media(width >=1366px) {
        padding: 16px;
    }
  }
  
  .arena .cmp-ebook--otp-verify-modal .otp-input-container {
    margin: 48px 0 0;
  }
  
  .cmp-ebook--otp-verify-modal .otp-input-container {
    display: flex;
  }
  
  .arena .cmp-ebook--otp-verify-modal .otp-input-container input {
    width: 25%;
    height: 28px;
    outline: none;
    text-align: center;
  }
  
  .cmp-ebook--otp-verify-modal .otp-input {
    border: none;
    border-bottom: 1px solid #8d8d8d;
    margin: 0 7px 0 0;
    width: 62px;
    padding: 0;
  }
  .cmp-ebook--otp-verify-modal .otp-input:last-of-type {
    margin: 0;
  }
  .arena .cmp-ebook--otp-verify-modal .cmp-ebook--otp-verify__left {
    position: relative;
  }
  .cmp-ebook-container > div {
    @media (width >= 1366px) {
        width: 45%;
    }
  }
  .arena .cmp-ebook--otp-verify-modal .cmp-ebook--otp-verify__right {
    @media (width >= 1366px) {
        position: relative;
        clip-path: polygon(0 12px, calc(100% - 220px) 12px, calc(100% - 210px) 0, 100% 0, 100% 100%, 0 100%);
    }
  }
  
  
  .cmp-ebook-container > .cmp-ebook--otp-verify__right {
    @media (width >= 1366px) {
      padding: 56px 40px 40px 40px;
        width: 55%;
    }
  }
  
  .arena .cmp-ebook--otp-verify-modal img {
    height: 100%;
    position: relative;
    width: 100%;
    display: block;
  }
  
  @media (width >= 1366px) {
    .nexa .cmp-login--banner img {
        position: relative;
        display: block;
    }
  }
  
  .cmp-ebook-container .cmp-ebook--otp-verify__right h3 {
    color: var(--Neutrals-Headings, #1D1D1D);
    font-family: var(--font-family-secondary);
    font-style: normal;
    font-weight: 700;
    margin: 0 0 9px;
    font-size: 24px;
    line-height: 28px; 
    @media(width >=1366px) {
        font-size: 32px;
        line-height: 38px;
        margin: 0 0 6px;
    }
  }
  
  .cmp-ebook-container .cmp-ebook--otp-verify__right p {
    color: var(--neutrals-sub-texts-paragraphs, #000);
    font-family: var(--font-family-primary);
    font-size: 12px;
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    @media(width >=1366px) {
        font-size: 14px;
        line-height: 20px;
    }
  }
  
  .otp-invalid-resend-container {
    display: inline-flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
  }
  
  .cmp-ebook--otp-verify__right .resend-otp {
    width: 100%;
    color: var(--blue, #171C8F);
    font-family: var(--font-family-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: right;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;

    @media (width >= 1366px) {
        font-size: 14px;   
    }
  }
  
  .cmp-ebook--otp-verify__right  .button-secondary ,
  .cmp-ebook--otp-verify__right  .button-primary {
    padding: 8px 16px;
    margin-top: 24px;
    @media(width >=1366px) {
        margin-top: 48px;
        padding: 12px 24px;
    }
  }
  
  .cmp-ebook--otp-verify__left-content {
    display: none;
  }


.cmp-ebook--otp-verify__right .close-modal {
    height: 24px;
    width: 24px;
    background-image: url(../../../../../icons/close_white.svg);
    display: block;
    position: absolute;
    right: 32px;
    top: 16px;
    @media (width >= 1366px) {
        background-image: url(../../../../../icons/close_black.svg);
        right: 24px;
        top: 24px;
    }
}



.cmp-ebook--otp-verify__right .modal-close.back {
    height: 16px;
    width: 16px;
    background-image: url(../../../../../icons/left-arrow.svg);
    margin-right: 12px;
    background-position: left;
    @media (width >= 1366px) {
        height: 24px;
        width: 24px;
    }
}

.cmp-ebook--otp-verify__right .modal-close.edit {
    height: 16px;
    width: 16px;
    background-image: url(./../../../icons/edit_icon.svg);
    margin-left: 3px;
}
.cmp-ebook--otp-verify__right .modal-close {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-top: -3px;
}

.arena .cmp-ebook--otp-verify-modal .otp-invalid-resend-container p.error {
    width: 100%;
    font-size: 12px;
    left: 0;
    bottom: 0;
    color: var(--tertiary-red);
}

.arena .modal-wrapper {
    clip-path: none;
}

