
.password-strength-indicator {
    pointer-events: none;
}

.very-weak{
    color: #ff0000 !important;
 
}

.weak{
    color: #fd397a !important;;

   
}

.mediocre{
    color: #ff8f00 !important;;

  
}

.strong{
    color: #008000 !important;;

    
}

.awesome{
    color: #5867dd !important;;

  
}