.font-td{
	font-size:11px;
}
.font-12{
	font-size: 12px;
}
.text-mint-blue{
	color: #00ffd2;
}
.link-login{
	background: white;padding: 5px;border-radius: 10px;text-decoration: none;
}
.link-login:hover{
	text-decoration: none;
}
.link-account:hover{
	color: #00ffd2;
	text-decoration: none;
}
.hover:hover{
	cursor:pointer;
}