/* Passwort Toggler */

.pwdWrap{
    position: relative;
}

.js-pass {
    border: none;
    background: none;
    padding: 0;
    width: 45px;
    height: 54px;
    position: absolute;
    right: 20px;
    top: 0px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.js-pass:hover {
    cursor: pointer;
}


/* Passwort Toggler */
.js-pass {

}
.js-pass:before {
    content: '\e8f4';
    position: relative;
    top: 20px;
    left: 14px;

}

.js-pass.visible {

}

.js-pass.visible:before {
    content: '\e8f5'
}
/* 29.12.2019 MM */
