body {
	padding:50px;
}

.mandatory {
	color:red;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

#switch-login {
	cursor:pointer;
}

.btn-transparent {
	opacity:0.3;
}

#update-state:hover {
	opacity:0.9;
}

.btn-inactive {
	cursor:default;
}

h2 {
	color:rgb(52,136,220);
}

.dataProtection {
	direction: rtl;
	unicode-bidi: bidi-override;
}