.content {
	top: 0;
}

#disclaimerContent {
	top: 57px;
}

.loginArea {
	width: 90%;
	max-width: 300px;
	margin: 10px;
}

.loginArea .areaHeader .btn {
	background-color: white;
	color: #009CDD;
	border-color: white;
	height: 24px;
}

#registerDisclaimerArea>.labelText {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 4px;
}

#registerDisclaimerArea {
	margin: 4px 0;
}

#passwordStrengthArea {
	margin: -2px 2px 8px;
}

#passwordStrength {
	height: 6px;
	border-radius: 3px;
	background-color: #e0e0e0;
	overflow: hidden;
}

.passwordStrengthBar {
	height: 100%;
	width: 0;
	border-radius: 3px;
	transition: width .3s ease, background-color .3s ease;
}

.passwordStrengthBar.strength1 {
	width: 25%;
	background-color: #e53935;
}

.passwordStrengthBar.strength2 {
	width: 50%;
	background-color: #fb8c00;
}

.passwordStrengthBar.strength3 {
	width: 75%;
	background-color: #ffd400;
}

.passwordStrengthBar.strength4 {
	width: 100%;
	background-color: #4ca32f;
}

.passwordStrengthLabel {
	color: #555;
	font-size: 12px;
	line-height: 16px;
	margin-top: 3px;
	min-height: 16px;
}

.passwordStrengthLabel.strengthWarning {
	color: #e53935;
}

.passwordStrengthLabel.strengthOk {
	color: #4ca32f;
}

.authBtnDisabled {
	background-color: rgb(200, 200, 200) !important;
	border-color: rgb(200, 200, 200) !important;
	color: #777 !important;
	pointer-events: none;
	opacity: 1 !important;
}
