::-ms-clear, ::-ms-reveal{
	display: none;
}
html{
	width:100%;
	height:100%;
}
body{
	min-width: 700px;
	width: 100%;
	height: 100%;
    margin: 0px;
    position: absolute;
    background: url(/public/images/background.jpg) no-repeat transparent;
    background-size:100% 100%;
}
*{
	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;
}
.logo{
	position: absolute;
	top:50px;
	left:50px;
}
.content{
	width:500px;
	height: auto;
	color:white;
	top:50%;
	left:50%;
	margin-left: -250px;
	position: absolute;
}
#login{
	padding:0px 70px 0px 70px;
}
.cloud{
	text-align:center;
	margin-bottom:25px;
}
.cloud img{
	max-width:160px;
}
.content .title{
	/*margin-left: 20px;*/
	font-size: 30px;
}
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: transparent;
	border:1px solid white;
	position: relative;
	z-index: 3;
	padding: 5px 40px;
	width: 360px;
}
.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: rgba(255,255,255,0.3);
	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;
}
.lang {
	height: 34px;
	border: 1px solid rgba(255,255,255,0.6);
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-right: 14px;
    background: url("../images/arrow.png") no-repeat scroll right center transparent;
    margin-bottom: 0;
}
.lang a {
	color: white;
	text-decoration:none;
}
.lang ul, .lang li {
	list-style: none;
	padding: 0;
	line-height: 32px;
}
.new {
	display: none;
	margin-left: -41px;
	padding-left: 41px;
	width: 360px;
	height: 32px;
	border-top: 0px solid rgba(255,255,255,0.6);
	border-right: 1px solid rgba(255,255,255,0.6);
	border-bottom: 1px solid rgba(255,255,255,0.6);
	border-left: 1px solid rgba(255,255,255,0.6);
}
.new a{
	margin-left: 41px;
}
.copyright{
	color: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}