/* CSS Document */
body {
	height: 100%;
	width: 100%;
	background: url(../images/bg2.jpg) no-repeat center top;
	background-size:100% 100%;  
	position: relative;
	min-height: 600px;
}
@media screen and  (min-width: 1920px)  {
   body{
		min-height: 974px;
	}
}
@media screen and  (max-width: 1680px)  {
   body{
		min-height: 944px;
	}	
}
@media screen and  (max-width: 1620px)  {
   body{
		min-height: 794px;
	}	
}
@media screen and  (max-width: 1368px) {
   body{
		min-height: 662px;
	}
	
}
.WaitIng{
	margin-top:30px;
}

.loginlogo {
	position: absolute;
	left: 10px;
	top: 10px;	
}
.login {
	width: 350px;
	height: 350px;
	position: absolute;
	left: 40%;
	top: 25%;
	margin: 0 0 0 0;
}
@media screen and (min-width: 1920px) { 
.login {
	left: 40%;
	top: 25%;
}
} 
@media screen and (max-width: 1368px) { 
.login {
	left: 38%;
	top: 25%;
}
} 

.loginmin {
    width: 403px;
    height: 460px;
    position: absolute;
    padding: 0 15px;
    left: 10px;
    top: 10px;
    background: none;
    z-index: 10;
}
.loginmin h2 {
	padding-top: 12px;
	height: 44px;
	line-height: 44px;
	color: #57b1f7;
	font-size: 50px;
	text-align: center;
	font-weight: normal;
}
.logintext {
    height: 20px;
    padding: 17px 0px;
    border-bottom: solid 1px #d6d6d6;
    width: 353px;
    margin: 0px 27px 27px;
    float: left;
}
.mgt {
    margin-top:0px;
}
@media screen and  (max-width: 1920px) {
	.mgt{
		margin-top:130px;
	}
}
@media screen and  (max-width: 1368px) {
	.mgt{
		margin-top:70px;
	}
}
.logintext i {
	width: 29px;
    height: 29px;
    display: inline-block;
    margin-top: -9px;
    float: left;
    background: url(../images/ht1.png) no-repeat center top;
    background-size: 33px;
}
.logintext i.active {
	background: url(../images/ht2.png) no-repeat center top;
	background-size: 33px;
}
.logintext input {
    width: 244px;
    margin-left: 6px;
    float: left;
    display: inline;
    border: none;
    background: none;
    font-size: 29px;
    margin-top: -12px;
    color: #e1e1e1;
}
.bore3 {
	border: solid 1px #e3e3e3;
	background: #e3e3e3;
}
.loginbut {
    height: 52px;
    line-height: 52px;
    background: #7992b5;
    width: 352px;
    color: #fff;
    margin-top: 18px;
    margin-left: 28px;
    float: left;
    cursor: pointer;
    border-radius: 12px;
        border: 1px solid rgb(9, 163, 220);
    
    background: -webkit-linear-gradient( #0094CB,#004F96);  
    background: -o-linear-gradient( #0094CB,#004F96);  
    background: -moz-linear-gradient( #0094CB,#004F96);  
    background: -mos-linear-gradient( #0094CB,#004F96);  
    background: linear-gradient( #0094CB,#004F96);
}

.loginimg{
	position: relative;
}
