.password-strength-validation {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 15px 14px;
    font-size: small;
}

.password-strength-condition {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}

.password-strength-condition i {
	color: #2c323f80;
}

.password-strength-condition .active i {
	color: #2c323f80;
}