div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}
div.bx-system-auth-form .userinfo{float:right;display:block;color:#fff;margin:0 0px 0 10px;line-height:20px;}
div.bx-system-auth-form .userinfo a{color:#000; text-decoration:none;}
div.bx-system-auth-form .but{cursor:pointer;color:#fff;text-decoration:none;text-align:center;box-sizing:border-box;-webkit-box-sizing:border-box; -moz-box-sizing: border-box;border:solid 1px #004866;border-radius:2px;background: #006994; /* Old browsers */
	background: -moz-linear-gradient(top,  #006994 0%, #00597d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006994), color-stop(100%,#00597d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #006994 0%,#00597d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #006994 0%,#00597d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #006994 0%,#00597d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #006994 0%,#00597d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006994', endColorstr='#00597d',GradientType=0 ); /* IE6-9 */
	-moz-text-shadow: 1px 1px 1px #000; -webkit-text-shadow: 1px 1px 1px #000;text-shadow: 1px 1px 1px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');}
div.bx-system-auth-form .but:hover{background: #0089bf; /* Old browsers */
background: -moz-linear-gradient(top,  #0089bf 0%, #227d96 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0089bf), color-stop(100%,#227d96)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0089bf 0%,#227d96 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0089bf 0%,#227d96 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0089bf 0%,#227d96 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0089bf 0%,#227d96 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089bf', endColorstr='#227d96',GradientType=0 ); /* IE6-9 */
}
div.bx-system-auth-form .exit{width:146px;font-size:15.88px;height:25px;line-height:10px;}
div.bx-system-auth-form  .tabautoriz{font-size:16.67px;width:285px;height:193px;position:relative;}
div.bx-system-auth-form  .tabautoriz .hello{width:100%;font-weight:bold;margin:2px 0 10px 0;}
div.bx-system-auth-form  .tabautoriz .tabinp{width:280px;height:33px;margin:0 0 22px 0;}
div.bx-system-auth-form  .tabautoriz .tabinp{border:solid 1px #eae8e3;font-size:16.67px;box-sizing:border-box;-webkit-box-sizing:border-box; -moz-box-sizing: border-box;width:280px;height:33px;margin:15px 0 0 0;padding:0 0 0 15px;color:#393939;float:left;-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);}
		div.bx-system-auth-form  .tabautoriz .tabinp::-webkit-input-placeholder {color:#b1b1b1;} 
		div.bx-system-auth-form  .tabautoriz .tabinp::-moz-placeholder {color:#b1b1b1;}
div.bx-system-auth-form  .tabautoriz .go{width:112px;font-size:15.88px;height:28px;line-height:14px;margin:15px 39px 0 0;}
   .forcheck{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
   }
  .forcheck input[type="checkbox"] + span {
    position: absolute;
    left: -2px; top: -3px;
    width: 100%;
    height: 100%;
    background:url(images/base.png) no-repeat;
    cursor: pointer;
   }
 .forcheck  input[type="checkbox"]:checked + span {
     background:url(images/icon1.png) no-repeat 2px 1px, url(images/base.png) no-repeat; 
   }
div.bx-system-auth-form  .tabautoriz .remember{color:#969494;font-size:12px;}
div.bx-system-auth-form  .tabautoriz .forgot{position:absolute;bottom:0;display:block;right:31px;color:#6f6f6f;font-size:13.75px;}