.password {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
}

.password span {
    font-weight: bold;
    margin-bottom:.5rem;
}

.password .password-input{
    display: flex;
    height: 1.8rem;
    align-content: center;
    padding-right: .5rem;
}

.password .password-input input {
    margin: 0;
    width: 100%;
    padding-right: 2.2rem;
}


.password  img{
    height: 1.8rem;
    margin-left:-2rem;
    margin-top:auto;
    margin-bottom:auto;
}

.password  img:hover{
    cursor: pointer;
}