/* INICIO CSS CHANGE PASSWORD */

.cliente-auth-page {
    padding-bottom: calc(40px + 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;
}

/* FIM CSS CHANGE PASSWORD */