@charset "UTF-8";
.cavs {
    z-index: 1;
    position: fixed;
    width: 95%;
    margin-left: 20px;
    margin-right: 20px;
}
#loginDiv{display:none!important}
.navbar-header>button{display:none!important}
.formDiv h2{padding:10px 0 20px;font-size:20px;color:#545454}
.errMsg{color:rgba(253,66,56,.8);display:none}
.third-auth{text-align:center;position:relative;padding:10px 0; z-index:999;}
.third-auth a{color:#666;margin:15px 20px 0 30px;width:40px;height:40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;border-radius:4px;zoom:1;background:#fff url(../images/authn.png) no-repeat center center}
.third-auth a.qq{background-position:0 0}
.third-auth a.wx{background-position:center}
.third-auth a.dt{background-position:right}
.title{padding:10px 0 20px;font-size:20px;color:#545454}
html,body{height:100%;padding:0;background-color: #1A1A1A;overflow: hidden;}
.main-warp{position:relative;left:0;right:0; height:100%;z-index:9999; margin:0 auto;}
.navbar{min-height:60px}
.navbar-inverse{background-color:#fff;border-color:#fff;color:#676767}
.input-warp.s {display: inline-block;box-sizing: border-box;width: 70%;}
.btn{outline: none;}

#loading{
	background:#333; 
     opacity:0.2;  
	height: 100%;
	width: 100%;
	position:absolute;
	z-index: 1;
	margin-top: 0px;
	top: 0;
	left: 0;
	display:none;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}
.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	float: left;
	margin-right: 20px;
	margin-top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}

#object_one {	
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
	}
#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
	}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
	
	}

	






@-webkit-keyframes object_one {
75% { -webkit-transform: scale(0); }
}

@keyframes object_one {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}





@-webkit-keyframes object_two {
 

  75% { -webkit-transform: scale(0); }


}

@keyframes object_two {
  75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
  }

}

@-webkit-keyframes object_three {

  75% { -webkit-transform: scale(0); }

}

@keyframes object_three {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  
}
@media(min-width:994px){
.ourlogo{height:32px;margin-top:10px;margin-bottom:5px}
}
@media(min-width:1025px){
.main-content{width:500px;margin-top:100px;padding:20px 50px;border-radius:4px}
}
@media(min-width:769px) and (max-width:1024px){
.main-warp{background-image:none}
.main-content{width:500px;margin-top:100px;padding:20px 50px;border-radius:4px;box-shadow:0 0 4px rgba(0,0,0,.2)}
body{background-image:none}
}
@media(max-width:768px){
.main-warp{background-image:none}
.main-content{width:100%;margin-top:0;padding:20px 20px}
}
.main-content{margin-left:auto;margin-right:auto;background:#fff;margin-bottom:50px; position:relative;}
.input-warp{border:1px solid #e9e9e9;border-radius:2px;padding:7px 0}
.input-warp.focus{border-color:#649efd}
.error-content{text-indent:18px}
input::-ms-clear{display:none}
input::-ms-reveal{display:none}
.input-icon{padding:0 18px;color:#999}
.inputs{border:0;width:70%;color:#545454;background:transparent;height: 40px;}
.inputs:focus{outline:0}
.lgbtn{ height:50px;}
.gap{margin-top:20px}
.biggap{margin-top:40px}
.gap .split-space{color:#649efd;margin:0 10px}
a.link{color:#649efd}
a.link:hover{color:#649efd;text-decoration:underline}
.third-party-title{border-bottom:1px solid #dedede}
.third-party-title h5{margin-bottom:-5px}
.third-party-title span{background-color:white;padding:0 10px 0 10px;color:#545454}
.input-warp {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    padding: 7px 0;
}