*::-ms-reveal{
    display:none;
}
.password-wrapper {
    position: relative;
    width: 100%;
    top:-38px;
}

.toggle-password {
    color:#171714;
    position: absolute;
    right: 10px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    font-size:20px !important;
}

/* Ensure all inputs fill their container */
#localAccountForm input[type="text"],
#localAccountForm input[type="password"],
#localAccountForm input[type="email"] {
    width: 100%;
    box-sizing: border-box;
}

