
div.show-pass, div.gen-pass {
    font-size: 90%;
    font-weight: 900;
    color: grey;
    cursor: pointer;
    margin-right: 3%;
    display: flex;
    align-items: center;
}
div.gen-pass {
    position: absolute;
    right: 40px;
    margin-top: 38px;
}
div.gen-pass:hover {
    color: #028d46;
}
div.show-pass {
    position: absolute;
    right: 10px;
    margin-top: 38px;
}
div.show-pass:hover {
    color: #028d46;
}
i .material-icons{
font-size: 200%;
}
div.show-pass::selection, div.gen-pass::selection, div.show-pass > *::selection, div.gen-pass > *::selection{
    background: none;
}

div.progress-bar-pas {
    padding: 2px 0px;
    margin-top: 1%;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 100px);
}
    div.progress-bar-pas > div {
        border: 1px solid lightgrey;
        width: 22%;
        height: 8px;
        border-radius: 5px;
        margin-left: 8px;
        padding: 2px 0px;
        
    }

div.percentage {
    color: #3b3b3b;
    position: absolute;
    right: -17px;
    margin-top: -13px;
    width: 110px;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}
}
div.percentage > div.digit {
    font-size: 200%;
    color: #3b3b3b;
}

@media only screen and (max-device-width: 768px) {
    div.gen-pass {
        right: 40px;
    }

    div.show-pass {
        right: 10px;
    }
}