.password-container {
    width: 100%;
    position: relative;
}

.password-container input[type="password"],
.password-container input[type="text"]{
    width: 100%;
    box-sizing: border-box;
}

.fa-eye{
    position: absolute;
    top: 33%;
    right: 3%;
    cursor: pointer;
    color: gray;
}

.capsMessage {
    position:absolute;
    left:-256px;
    top:4px;
    height:70px;
    width:250px;
    border:solid 1px black;
    z-index:5;
    background:#fff;
    visibility:hidden;
}

.capsMessage .txt {
    border-bottom:black 1px solid;
    font-weight:bold;
    width:100%;
    text-align:center;
    background-color:red;
}

.capsMessage p {
    margin: 1px 2px 1px 2px;
}

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