.pwdStrength {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    display: none;
    flex: 1;
    box-sizing: border-box;
}

.pwdStrength li div {
    text-align: center;
    margin-bottom: 5px;
    font-size: 13px;
    color: #334154;
    line-height: 13px;
}

.weak,
.middle,
.strong {
    height: 8px;
    width: 50px;
    background: rgb(238, 238, 238);
    border-radius: 2px;
}
.pwdSafe{
    padding: 20px;
    position: absolute;
    top: -24px;
    right: -310px;
    width: 260px;
    height: 100px;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.10);
    padding-bottom: 10px;
    border-radius: 5px;
}
.phoneSafe{
    padding: 10px;
    position: absolute;
    top: 25px;
    right: -310px;
    width: 260px;
    height: 60px;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.10);
    padding-bottom: 10px;
    border-radius: 5px;
}

.ps-trangle{
    position: absolute;
    border: 10px solid transparent;
    border-right: 10px solid rgba(0,0,0,0.9);
    border-right: 10px solid rgba(255,255,255,1);
    left: -20px;
    top: 50%;
    margin-top: -10px;
}