﻿html, body {
   margin: 0;
   padding: 0;
   border: 0px;
   width: 100%;
   height: 100%; 
  font-family: 'Microsoft YaHei';
}
.login {
    width: 100%;
    height: 100%;
}
.login-bg{
    width:100%;
    height:100%;
    background:url(../images/background.jpg) no-repeat center ;
    background-size:100% 100%;
    margin-top: -10px !important;
   
}
.user-login {
    width:540px;
    height:370px;
    background-color:rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -295px;
}
.user-login-t {
     width: 500px;
     height:325px;
     margin:20px;
     background:rgba(92, 147, 212, 0.8);
     position: absolute;
    
}
.user-login-t2 {
    width: 500px;
     height:300px;
     /*border:1px solid red;*/
     margin-left:20px;
     position:relative;
     margin-top:10px;
}
.user-login-title {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    height: 63px;
    /*text-align:center;*/
    /*padding-top: 80px;
    padding-left: 400px;*/
    position:absolute;
    margin-top: -40px;
    margin-left: 100px;
  

    
}
.user-login-left {
    width:300px;
    height:350px;   
    /*border:1px solid green;*/
    position:absolute;
   
}
.user-login-left-title {
    font-size:1.2rem;
    color:#fff !important;
    width:300px;
    height:30px;
    margin-top:25px;
    margin-right: 15px;
    margin-bottom: -10px;
    margin-left: 15px;
    position:relative;
}
.login-admin {
    position: relative;
    width: 100%;
    height:250px;
    margin-top: 12px;
    top: 0px;
    left: 0px;
    color: #000;
    position:relative;
    margin-left:10px;
    border-right:1px solid rgba(255, 255, 255, 0.3);
}
.table {
    width:300px;
    height:300px;
    
}
 .table tr {
        width:300px;
        height:45px;
        
    }
.a {
    color:white;
}
.btn {
    width:125px;
    height:45px;
    background-color:#fe9935;
    border:0;
   font-size:1.5rem;
   color:white;
}
.btn2 {
    width:125px;
    height:45px;
    background-color:#fe9935;
    border:0;
   float:right;
    
   font-size:1.5rem;
   color:white;
}
.text{
        margin-left:-2px; 
        margin-top:-4px; 
        width: 220px; 
        height: 34px; 
        border: 0px;
        font-size:1rem;
        padding:3px;
       
    }
.input {
     background-color: transparent !important;
}
.text2 {
         width: 145px; 
        height: 34px; 
        border: 0px;
        font-size:1rem;
        padding:3px;
        position:absolute;
}
.img {
    width:100px;
    height:40px;
    background-size:100% 100%;
    float:right;
}

.user-login-right {
    width:220px;
     height:350px;
    /*border:1px solid green;*/
    float:right;
     position: absolute;
     margin-left:300px;

}
.WeChat {
    width:140px;
    height:280px;
    color:white;
    font-size:1.0rem;
    margin-left: 30px;
    margin-top: 70px;
}
.a-fount {
     color:#fe9935;
    font-size:1.2rem;
    text-decoration:none;
    margin:20px;
}