/* INICIO CSS FORGOT PASSWORD */

.cliente-auth-page--reset {
    min-height: auto;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: calc(86px + env(safe-area-inset-bottom, 0px));
}

.cliente-auth-reset-shell {
    max-width: 520px;
    margin: 0 auto;
}

.cliente-auth-field + .cliente-auth-field {
    margin-top: 14px;
}

.cliente-auth-input-wrap {
    position: relative;
}

.cliente-auth-captcha-box {
    margin-top: 14px;
    padding: 12px;
    border: 1px solid #ececec;
    border-radius: 16px;
    background: #fafafa;
}

.cliente-auth-captcha-image img,
.captcha-code > img {
    display: block;
    max-width: 100%;
    border-radius: 12px;
    border: 1px solid #ececec;
}

.cliente-auth-helper-text {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.55;
    color: #6b7280;
}

.cliente-auth-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
    text-decoration: none;
}

.cliente-auth-inline-link:hover {
    color: #df1f26;
    text-decoration: none;
}

.cliente-auth-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
}

.cliente-auth-reset-next-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px;
    border: 1px solid #ececec;
    border-radius: 16px;
    background: #fafafa;
}

.cliente-auth-reset-next-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.cliente-auth-reset-next-copy strong {
    color: #30343b;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.cliente-auth-reset-next-copy span {
    color: #737985;
    font-size: 12px;
    line-height: 1.45;
}

.cliente-auth-reset-next-button {
    min-height: 40px;
    flex: 0 0 auto;
    padding: 0 12px;
    border: 1px solid #efcbd3;
    border-radius: 12px;
    background: #fff5f7;
    color: #c91b42;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.cliente-auth-reset-next-button:hover,
.cliente-auth-reset-next-button:focus {
    border-color: #df1f26;
    background: #df1f26;
    color: #fff;
    text-decoration: none;
}

.cliente-auth-page--reset .cliente-auth-footer {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.cliente-auth-page--reset .cliente-auth-back {
    width: auto;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid #d9dce1;
    border-radius: 13px;
    background: #fff;
    color: #4b5563;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.cliente-auth-page--reset .cliente-auth-back:hover,
.cliente-auth-page--reset .cliente-auth-back:focus {
    border-color: #df1f26;
    background: #fff4f6;
    color: #c91b42;
    text-decoration: none;
}

@media (max-width: 420px) {
    .cliente-auth-reset-next-card {
        align-items: stretch;
        flex-direction: column;
    }

    .cliente-auth-reset-next-button {
        width: 100%;
    }
}

/* FIM CSS FORGOT PASSWORD */
