/* CSS Document */

.trans-effect{
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.user-type-select{
	cursor: pointer;
}
.user-type-select:hover{
	color:#105189;
}