
meter {
    /* Reset the default appearance */
    /*-webkit-appearance: meter;*/
    -moz-appearance: none;
    appearance: none; 
    margin: 0 auto 1em;
    margin-bottom: 14px;
    margin-left: -22%;
    height: 0.4em;
    width: 25vw;
    max-width: 279px;
    
    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0,0,0,0.1);
}

meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0,0,0,0.1);
}

meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: orange; }
meter[value="3"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: orange; }
meter[value="3"]::-moz-meter-bar { background: yellow; }
meter[value="4"]::-moz-meter-bar { background: green; }


.TopRegisterWindow_DataPass#password-strength-text{
    text-align: left;
    margin-top: -3%;
    margin-left: 4%;
}

p#password-strength-text{
    text-align: left;
    margin-top: -3%;
    margin-left: 4%;
}

#password-strength-meter-2{
    margin-top: -8.7em;
    height: 0.3em;
    margin-left: 3%;
    position: relative;
    bottom: 6px;
    width: 30vw;
    max-width: 416px;
}

#password-strength-text-2{
    margin-top:-3%;
    margin-left: 3%;
}