.strength_meter {
    display:none;
}

.strength_meter p, .nickstrength_meter p {
    margin-left:15px;
}

.true {
    color: #1A6700;
}
.true::before {
    content: "\2714\0020";
}

.trueInput {
    border: 1px solid green !important;
}
.trueInput:focus {
    border-color: green !important;
    box-shadow: 0 0 8px green !important;
}
.falseInput {
    border: 1px solid red !important;
}
.falseInput:focus {
    border-color: red !important;
    box-shadow: 0 0 8px red !important;
}


.false {
    color: #f00;
}
.false::before {
    content: "\2A09";
}

.strength {
    background: linear-gradient(to right, #d7007f, #323465);
    background: -webkit-gradient(linear, left top, right top, from(#d7007f), to(#323465));
    background: -webkit-linear-gradient(left, #d7007f, #323465);
    background: -moz-linear-gradient(left, #d7007f, #323465);
    background: -ms-radial-gradient(left, #d7007f, #323465);
    background: -o-linear-gradient(left, #d7007f, #323465);
}