.div-lost-password {
    width: 75%;
    margin: 0 auto;
}

.login-section .fieldset {
    height: 500px;
    justify-content: center;
}

ul.list-unstyled {
    list-style: none;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.list-unstyled li span {
    display: flex;
    align-items: start;
}

ul.list-unstyled img {
    margin-left: 10px;
}

p.error-message-otp{
    left: 0;
    right: 60px;
}

#lost-password-step-3 {
    width: 90%;
    /* height: 83vh; */
}

div#lost-password-step-3>.fieldset-line {
    padding: 16px 0px 16px 0px;
}

ul.list-unstyled li {
    margin: 10px 0;
}

ul.list-unstyled li span img {
    padding-top: 5px;
}

#lost-password-step-3 .section-left {
    margin-top: 0;
}

#lost-password-step-3 .section-right {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.login-section {
    font-family: var(--e-global-typography-primary-font-family);
    font-style: normal;
}

.fieldset-line {
    border-radius: 10px;
    border: 1px solid #BCBCBC;
}

.login-section .fieldset {
    border-radius: 10px;
    border: 1px solid #BCBCBC;
    background: #FFFEFF;
    display: flex;
    padding: 20px 24px;
    flex-direction: column;
    gap: 20px;
    /* margin: 15px 0; */
}

.icon-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 36px;
    flex-shrink: 0;
    text-align: center;
}

.check-list {
    width: 23%;
}

.icon-list svg {
    cursor: pointer;
}

.lost-password-steps {
    background: var(--e-global-color-accent);
    border-radius: 0.75em;
    width: 530px;
    padding: 24px;
}

.go-back,
.go-back-register {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
    color: #000;
    padding-bottom: 16px;
    margin: 0;
}

.lost-password-steps>.fieldset {
    text-align: center;
    /* padding: 25px 70px; */
}

.sections {
    /* padding: 24px 0; */
}

.sections .icon-list {
    padding: 17px 0;
}

.timer>svg {
    padding-left: 6px;
}

.login-section h2 {
    text-align: center;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .icon-text{
        font-size: 0.8em;
    }

    .lost-password-steps {
        background: var(--e-global-color-accent);
        border-radius: 0.75em;
        width: auto;
        padding: 16px 8px;
    }

    #lost-password-step-3 {
        width: 100%;
        /* height: 83vh; */
    }

    .list-unstyled {
        padding-right: 0;
    }

    div#lost-password-step-3>.fieldset-line {
        padding: 0px;
        display: flex;
        padding: 16px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        flex: 1 0 0;
        align-self: stretch;
    }

    .list-unstyled li {
        font-size: 14px;
    }
    
    .lost-password-steps[step="4"] .fieldset{
        padding: 24px 8px;
    }

    .check-list {
        width: 28%;
    }
    
    .icon-list {
        justify-content: space-between;
    }    
}