#login{
    width: 100%;
    height: 100%;
    position: absolute;
   /*background: url("../images/bj.png") no-repeat;*/
    -webkit-background-size: 100%;
    background-size: 100%;
    top: 0;
    left: 0;
    opacity: 0.35;
}

@font-face {
    font-family: loginFont;
    src: url(../fonts/TektonPro-Bold.otf);
}

.login_bg{
/*/    width:100%;*/
    /*min-height: 100%;*/
    text-align: center;
    background: #e0ebf4;
    opacity: 0.9;
    /*position: absolute;*/
    /*top: 0;*/
    max-width:400px;
    /*left: 0;*/
    background: url("../images/backimg.jpg") no-repeat;
    height:800px;
    margin:0 auto;
    background-size: 100% 100%;

}
#logo{
    /*margin: 0 auto;*/
    /*margin-top: 23%;*/
    /*margin-bottom: 40px;*/
    /*width: 30.25%;*/
}
img{
    width: 100%;
}
form{
    /*width: 80%;*/
    margin: 0 auto;
    text-align: left;
    padding-top:70%;
}

form div.userName,form div.passWord{
    border: 1px solid #c1c1c1;
    padding:0.5% 0 3% 3%;
    height: 22%;
    /*background: #5d2003;*/
    margin-bottom:0.5em;
    margin-left:20px;
    margin-right:20px;

}
form div.userName{
    /*border-bottom:0;*/
    /*-webkit-border-top-left-radius: 0.45em;*/
    /*-webkit-border-top-right-radius: 0.45em;*/
    /*-moz-border-radius-topleft: 0.45em;*/
    /*-moz-border-radius-topright: 0.45em;*/
    /*border-top-left-radius: 0.45em;*/
    /*border-top-right-radius: 0.45em;*/
    border-radius: 0.45rem;
}
form div.passWord{
    /*-webkit-border-bottom-left-radius: 0.45em;*/
    /*-webkit-border-bottom-right-radius: 0.45em;*/
    /*-moz-border-radius-bottomleft: 0.45em;*/
    /*-moz-border-radius-bottomright: 0.45em;*/
    /*border-bottom-left-radius: 0.45em;*/
    /*border-bottom-right-radius: 0.45em;*/

    border-radius: 0.45rem;
}
form div.userName input,form div.passWord input{
    width: 100%;
    height: 80%;
    border:none;
    background: transparent;
    font-size: 1em;
    font-family: "Microsoft YaHei";
    color: #b3b3b3;
    letter-spacing: 1px;
    padding-left: 2px;
}
.choose_box{
    height: 4.5em;
    line-height: 4.5em;
    padding: 0 5px;
}
.choose_box div{
    float: left;
}
.choose_box a{
    float: right;
}

.btn-group {
    /*margin-top: 40px;*/
}



.login_btn1{
    width: 40%;
    height: 45px;
    /* display: block; */
    margin: 0 auto;
    line-height: 45px;
    /* padding: 5% 0; */
    background: #0ab1c7;
    border: 0;
    border-radius: 50px;
    font-size: 0.8rem;
    font-family: "loginFont";
    color: white;
    -webkit-box-shadow: #8f9bad 0px 0px 20px;
    -moz-box-shadow: #8f9bad 0px 0px 20px;
    box-shadow: #8f9bad 0px 0px 20px;
    text-align: center;
    margin-top: 1.2em;
    letter-spacing: 1px;
    margin-left: 6%;
}


.login_btn{
    width: 90%;
    height: 61px;
    display: block;
    /* margin: 0 auto; */
    line-height: 61px;
    /* padding: 5% 0; */
    /* background: #0ab1c7; */
    border: 0;
    /* border-radius: 50px; */
    font-size: 1.2rem;
    font-family: "loginFont";
    color: white;
    /* -webkit-box-shadow: #8f9bad 0px 0px 20px; */
    -moz-box-shadow: #8f9bad 0px 0px 20px;
    /* box-shadow: #8f9bad 0px 0px 20px; */
    text-align: center;
    margin-top: 1.2em;
    letter-spacing: 1px;
    background: url(../images/fb.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 5%;
}
.other_login{
    width: 80%;
    height: 15px;
    position: absolute;
    top:75%;
    margin: 0 10%;
}
.other_login .other,.other_login span{
    display: inline-block;
    vertical-align: middle;
}
.other_login .other{
    width: 28%;
    height: 8px;
    border-bottom:1px solid #2f2c59;
}
.other_login span{
    width:40%;
}
.other_choose{
    width: 74%;
    top:83.5%;
    position: absolute;
    margin: 0 13%;
}
.login_bg .other_choose a{
    display: block;
    float: left;
    border: 2px solid #505887;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}
.other_choose a:nth-child(2) {
    left:42%;
}
.other_choose a:nth-child(3) {
    left:80%;
}
.other_choose a img{
    width: 60%;
    padding: 14% 0;
}
