::-ms-clear, ::-ms-reveal{
	display: none;
}
body{
	min-width: 700px;
}
*{
	font-family: Microsoft yahei,arial;
}
a img{
	border:0px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus{
	outline:none;
}
.row{
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}
.bg{
	position: absolute;
	top:0px;
	left:0px;
	z-index: -9999;
	width:100%;
	height: 100%;
}
.bg img{
	width:100%;
	height: 100%;
}
.logo{
	position: absolute;
	top:50px;
	left:50px;
}
.content{
	width:360px;
	height: auto;
	color:white;
	top:50%;
	left:50%;
	margin-left: -180px;
	position: absolute;
}
.cloud{
	text-align:center;
	margin-bottom:25px;
}
.cloud img{
	max-width:160px;
}
.content .title{
	font-size: 26px;
	display:block;
	text-align:center;
}
form{
	margin-top:50px;
}
.form-control{
	background-color:transparent;
	padding-left:40px;
	border:1px solid rgba(255,255,255,0.6);
	border-radius: 0px;
	width:360px;
	color: white;
}
.gly{
	position: relative;
	top:-33px;
	background: rgba(151,198,212,0.46);
	font-size: 22px;
	height: 32px;
	display: inline-block;
	width:32px;
	left:1px;
}
.glyphicon{
	left:5px;
	top:3px;
}
.placeholder{
	color: white;
	display: inline-block;
	position: relative;
	top:-35px;
	left:5px;
}
@keyframes animate_left_to_right{
	0%{left:5px;opacity: 1.0;}
	100%{left:300px;opacity: 0;}
}
@-webkit-keyframes animate_left_to_right{
	0%{left:5px;opacity: 1.0;}
	100%{left:300px;opacity: 0;}
}
@-moz-keyframes animate_left_to_right{
	0%{left:5px;opacity: 1.0;}
	100%{left:300px;opacity: 0;}
}
@-o-keyframes animate_left_to_right{
	0%{left:5px;opacity: 1.0;}
	100%{left:300px;opacity: 0;}
}
@keyframes animate_right_to_left{
	0%{left:300px;opacity: 0;}
	100%{left:5px;opacity: 1.0;}
}
@-webkit-keyframes animate_right_to_left{
	0%{left:300px;opacity: 0;}
	100%{left:5px;opacity: 1.0;}
}
@-moz-keyframes animate_right_to_left{
	0%{left:300px;opacity: 0;}
	100%{left:5px;opacity: 1.0;}
}
@-o-keyframes animate_right_to_left{
	0%{left:300px;opacity: 0;}
	100%{left:5px;opacity: 1.0;}
}
.animate_ltr{
	animation:animate_left_to_right 0.2s linear forwards;
	-webkit-animation:animate_left_to_right 0.2s linear forwards;
	-moz-animation:animate_left_to_right 0.2s linear forwards;
	-o-animation:animate_left_to_right 0.2s linear forwards;
}
.animate_rtl{
	animation:animate_right_to_left 0.2s linear forwards;
	-webkit-animation:animate_right_to_left 0.2s linear forwards;
	-moz-animation:animate_right_to_left 0.2s linear forwards;
	-o-animation:animate_right_to_left 0.2s linear forwards;
}
.login{
	background: #77c6ee;
	position: relative;
	z-index: 3;
	padding: 5px 40px;
	left:115px;
}
.login:focus{
	-webkit-box-shadow:none;
          box-shadow: none;
}
.login span{
	color:white;
	z-index: 3;
	position: relative;
	font-size: 20px;
}
.login:hover,.btn-click{
	background: transparent;
	border:1px solid #77c6ee;
}
.forget,.register{
	color: rgba(255,255,255,0.8);
	display: inline-block;
}
.forget{
	padding-left:80px;
}
.forget:hover,.register:hover{
	color: #56b3f6;
	text-decoration: none;
}
.split{
	display: inline-block;
	width:16px;
	color: rgba(255,255,255,0.6);
	text-align: center;
}
.error,.ok{
	position: absolute;
	right:10px;
	/*padding-right: 20px;*/
	display: none;
	top:-20px;
	font-size: 12px;
}
.error .glyphicon{
	/*top:4px;*/
	right:0px;
	color: #ffc410;
}
.error .err-content{
	color: #ffc410;
}
.ok .glyphicon{
	/*top:4px;*/
	right:0px;
	color: #6ab05c;
}
.ok .err-content{
	color: #6ab05c;
}
.rverify img{
	cursor: pointer;
}
.container-fluid{
	padding: 0px;
}
.copyright{
	color: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
/*input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}*/
.findpw{
	margin-top: -20px;
	margin-bottom: 10px; 
}
.findpw a{
	float: right;
	color: white;
}

.selectlang{
	float: right;
	margin-top: 60px;
	margin-right: 50px;

}
.selectlang a{
	display:block;
	margin-left: 43px;
	color: white;
	height: 38px;
	text-decoration:none;
}

.selectlang ul, .selectlang li{
	list-style: none;
 	padding: 0;
 	height: 32px;
	float: left;
}


.Global{
	width:255px;
	height: 32px;
	border:none;
	background: url(/public/images/lang.png) no-repeat left transparent;
}

#langoption a{
	padding: 12px 0;
}

li[name="selected"]{
	margin-top: 6px;
}
.selectlang li[name="zh-CN"],.selectlang li[name="ru"]{
	margin-top: 10px;
}

.selectlang li[name="en"],.selectlang li[name="zh-CN"],.selectlang li[name="ru"]{
	height: 100%;
	width: 100%;
	display: none;
}

#langoption li{
	height: 32px;
	width: 255px;
}
#langoption a:hover{
	color: #90a9c5;
}
#langoption li:hover a{
	color: #90a9c5;
}
