.p-password-panel {
    position: absolute;
}

.p-password-meter {
    position: relative;
    height: 10px;
}

.p-password-strength {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    transition: width 1s ease-in-out;
}
