/* INICIO CSS CHANGE PASSWORD */

.cliente-auth-page--change-password {
    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-input--with-action {
    padding-right: 54px;
}

.cliente-auth-input-action {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 999px;
}

.cliente-auth-input-action:hover {
    color: #df1f26;
}

.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-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
}

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

.cliente-auth-page--change-password .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--change-password .cliente-auth-back:hover,
.cliente-auth-page--change-password .cliente-auth-back:focus {
    border-color: #df1f26;
    background: #fff4f6;
    color: #c91b42;
    text-decoration: none;
}

/* FIM CSS CHANGE PASSWORD */
