﻿#password-strength-status {
	padding: 5px 10px;
	border-radius: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.medium-password {
	background-color: #ffdf85;
}

.weak-password {
	background-color: #FBE1E1;
}

.strong-password {
	background-color: #D5F9D5;
}