﻿html, body {
   margin: 0;
   padding: 0;
   border: 0px;
   width: 100%;
   height: 100%; 
  font-family: 'Microsoft YaHei';
}
.page {
   width: 100%;
   height: 100%; 
}
.whole {
     width:100%;
    height:100%;
    background:url(../img/bg.jpg) no-repeat center ;
    background-size:100% 100%;
    margin-top: -10px !important;  
}
.login-box {
    width: 550px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -295px;
    background: url(../img/box.png)no-repeat center;
    background-size: 100% 100%;
}
.login {
    width:530px;
    height:430px;
    /*border:red 1px solid;*/
    margin-left:30px;
    margin-top:-20px;
    position:absolute;

}

.img-login {
    padding-left:60px;
    position:relative;
   
}
.box-centen {
    width:2px;
    height:200px;
    background:linear-gradient(to top,#1f76ae, #407a9e,#194d7e);
   margin-top:-220px;
   margin-left:320px
}
.span-text{
    font-size:18pt;
    color:white;
    padding-left:200px;
}
.span-text1 {
    font-size:15pt;
    color:white;
}
.text {
        
        width: 220px; 
        height: 34px; 
        border: 0px transparent;
        font-size:1rem;
        padding:3px;
        background-color:transparent !important;
        color:white;
       position:relative;
       float: right;
      
}
.input img {
     margin-top: 5px;
    margin-left: 5px;
}
.text2 {
        
        width: 133px; 
        height: 34px; 
        border: 0px transparent;
        font-size:1rem;
        padding:3px;
        background-color:transparent;
        color:white;
}
.border {
    border:2px solid #407a9e;
    width:270px;
    height:40px;
    position:absolute;   
     margin-top: -20px;

}
.border2 {
    border:2px solid #407a9e;
    width:140px;
    height:40px
}
.btn {
      width:126px;
      height:50px;
      border:2px solid #407a9e;
      background-color:transparent;
      color:white;
      font-size:17pt;
     /*font-weight:bold;*/
     float:left;
}
.input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
}
.but-2 {
    width:20px;
    height:50px;
    float:left;
}
.WeChat {
    color:white;
    font-size:12pt;
    padding-left:20px;
    padding-top: 10px;
}
.WeChat2 {
    color:#01cefd;
    font-size:15pt;
   padding-left:40px;
}