﻿.see-password {
    position: relative;
    font-size: large;
    right: -272px;
    top: -23px;
    z-index: 999;
    color: #0041c3;
}

/*
    Remove the password reveal control
    Solution from https://learn.microsoft.com/en-us/microsoft-edge/web-platform/password-reveal
*/
::-ms-reveal {
    display: none;
}
