.pwd-wrap {
    display: block;
    position: relative;
    width: 100%;
}

.dw-dialog .pwd-wrap {
    display: inline-block;
    max-width: 100%;
    width: 250px;
}

.pwd-wrap > input {
    padding-right: 2.75rem !important;
}

.pwd-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    height: 2.25rem;
    justify-content: center;
    margin: 0;
    padding: 0.25rem;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
    z-index: 2;
}

.pwd-toggle:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.pwd-toggle svg {
    fill: currentColor;
    height: 1.375rem;
    width: 1.375rem;
}

.pwd-toggle .eye-open {
    display: inline;
}

.pwd-toggle .eye-closed {
    display: none;
}

.pwd-toggle[aria-pressed='true'] .eye-open {
    display: none;
}

.pwd-toggle[aria-pressed='true'] .eye-closed {
    display: inline;
}

input[type='password']::-ms-reveal,
input[type='password']::-ms-clear {
    display: none;
}
