/* container + input padding for the icon */
.pw-wrap { position: relative; }
.pw-input { padding-right: 2.75rem; }

button.pw-eye-btn{
    all: unset;
    position: absolute;
    inset-inline-end: .75rem;
    inset-block-start: 50%;
    transform: translateY(-80%);
    display: grid; place-items: center;
    width: 2rem; height: 2rem;
    cursor: pointer;
    color: #6b5e52;
}
button.pw-eye-btn:focus-visible{
    outline: none;
    box-shadow: 0 0 0 2px var(--focus, #c9ae7a);
    border-radius: 50%;
}
button.pw-eye-btn i{ pointer-events: none; font-size: 1.4rem; }
.rf-form .rf-input.sm + .pw-eye-btn{ width: 1.6rem; height: 1.6rem; }
.rf-form .rf-input.sm + .pw-eye-btn i{ font-size: .9rem; }
.panel-sub{
    margin: 7px 0 20px;
    color: #6b5e52;
    font-size: 14px;
}
.panel-back{
    margin-top: 10px;
}
.back-link{
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 700;
    color: #6b5e52;
}
.back-link:hover{
    color: #111827;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.back-link .ico{
    font-size: 16px;
    line-height: 1;
    transform: translateY(1px);
}
