.jelszo-lathatosag {
    position: relative;
    display: block;
}

.jelszo-lathatosag input {
    padding-right: 50px !important;
}

.fiok-auth-kartya .jelszo-lathatosag-gomb,
.fiok-urlap .jelszo-lathatosag-gomb {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 39px;
    min-height: 38px;
    height: 38px;
    padding: 0;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #756d7a;
    box-shadow: none;
    cursor: pointer;
}

.jelszo-lathatosag-gomb:hover,
.jelszo-lathatosag-gomb[aria-pressed="true"] {
    background: var(--vexaro-accent-soft);
    color: var(--vexaro-accent-dark);
}

.jelszo-lathatosag-gomb:focus-visible {
    outline: 3px solid var(--vexaro-accent-border);
    outline-offset: 1px;
}

.jelszo-lathatosag-gomb svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
