/* Login and other website pages: same larger scale as the desk. */
:root {
	--text-xs: 13px;
	--text-sm: 14px;
	--text-md: 15px;
	--text-base: 16px;
	--text-lg: 18px;
	--text-xl: 20px;
	--input-height: 40px;
	--btn-height: 40px;
}
.for-login .page-card,
.for-forgot .page-card,
.login-content.page-card {
	max-width: 420px;
}
.page-card .page-card-head h4 {
	font-size: var(--text-xl);
}
.page-card .form-control,
.page-card .btn {
	font-size: var(--text-md);
	min-height: 40px;
}
