.rollcall-password-field {
    position: relative;
    display: block;
    width: 100%;
}

.panel .rollcall-password-field {
    margin-bottom: 20px;
}

.rollcall-password-field > input {
    width: 100%;
    padding-right: 52px !important;
    margin-bottom: 0 !important;
}

.rollcall-password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    place-items: center;
    transform: translateY(-50%);
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #60738a;
    cursor: pointer;
}

.rollcall-password-toggle:hover,
.rollcall-password-toggle.is-visible {
    background: #eaf3fc;
    color: #1269b2;
}

.rollcall-password-toggle:focus-visible {
    outline: 3px solid rgba(22, 118, 210, .4);
    outline-offset: 2px;
}

.rollcall-password-toggle svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}
