.password-helper-container {
    display: none;
    width: fit-content;
    position: relative;
    top: -260px;
    padding: 10px;
    border: 2px solid #eb2d90;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background: white;
}

.password-helper-row {
    display: flex;
    align-items: center;
    padding: 1px;
}
.password-helper-row svg{    
    height: 20px;
    width: 20px;
}

.password-helper-header {
    font-size: 13px;
    color: #eb2d90;
    font-weight: 600;
}

.password-helper-text {
    font-size: 12px;
    margin-left: 5px
}

.password-helper-icon-container{
    height: 21px;
}
.password-helper-icon{
    height: 30px;
}
