:root
{
	/*	FormAuth	*/
	--auth-frm-clr-bk: #aaa;
	--auth-frm-clr-br: #888;
	--auth-frm-clr-fr: #000;

	--auth-inp-clr-bk-def: white;
	--auth-inp-clr-bk-foc: #fe9;

	--auth-but-clr-bk-def: #337ab7;
	--auth-but-clr-bk-foc: #08f;
	--auth-but-clr-fr-def: black;
	--auth-but-clr-fr-foc: white;


}	/*	root */

