::-ms-reveal {
    display: none;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

.passwordContainer {
    position: relative;
    padding: 0;
}

.passwordField {
    border: none;
    padding-right: 1em;
}

.passwordContainer > input.passwordField {
    height: 44px;
}

.iconContainer {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 7px;
    cursor: pointer;
}
