
*{
    margin:0;
    padding:0;
    font-family: "微软雅黑";
}
html{
    height: 100%;
    width: 100%;
}
body{
    height: 100%;
    width: 100%;
    background: url(../../img/login/bg_3.jpg) no-repeat center;
    background-size:cover;
    position: relative;
}
.box{
    width: 50%;
    height: 60%;
    position: relative;
    left: 50%;
    top:45%;
    margin-left: -3%;
    margin-top: -16%;
    background: url(../../img/login/bg_2.png) no-repeat center;
    background-size:cover;
    border-radius: 4%;
}
.login-box{
    width: 500px;
    height: 500px;
    position: absolute;
    left: 8%;
    top: 22%;
    background: url(../../img/login/bg_sky.png) no-repeat center;
    background-size: cover;
}

.login-sky{
    width: 290px;
    height: 290px;
    position: absolute;
    margin-left: 28%;
    margin-top: 20%;
}
.box  form{
    position: absolute;
    left: 36%;
    width: 200px;
}
.box  h2{
    color: #fff;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 36%;
}
.box i{
    font-style: normal;
    width: auto;
    position: absolute;
    left: -8%;
}

.box  form .inputText{
    border: none;
    border-bottom: 1px solid #ccc;
    width: 143%;
    margin-left: -13%;
    padding-left: 30%;
    outline: none;
    padding-bottom: 10px;
    font-size: 18px;
    background: none;
}
.box form img{
    width: 14%;
    position: absolute;
    left: -8%;
}
.box  form .btn{
    width: 100%;
    height: 40px;
    margin-left: 22%;
    margin-top: 30%;
    border: none;
    background: #fff;
    border: 1px solid #04a4fa;
    border-radius: 20px;
    color: #04a4fa;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.box form .btn:hover{
    background: #04a4fa ;
    color: #fff;
}
.box  form span{
    display: block;
    text-align: center;
    color: red;
    position: absolute;
    margin-top: 55%;
    margin-left: -8%;
}


footer{
    position: absolute;
    left: 45%;
    top: 90%;
}

a{
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
}

input{
    color: white;
}


@-moz-document url-prefix() {
    .login-box{
        width: 500px;
        height: 500px;
        position: absolute;
        left: 8%;
        top: 50%;
        background: url(../../img/login/bg_sky.png) no-repeat center;
        background-size: cover;
    }
    footer{
        position: absolute;
        left: 45%;
        top: 120%;
    }
    .box{
        top: 51%;
    }
}

@media screen and (max-height: 700px) {
    .box form{
        width: 138px;
    }
    .box i{
        width: 39%;
    }
}


@media screen and (max-width: 1200px) {
    .box {
        width: 58%;
        top: 43%;
    }

}

@media screen and (max-width: 1440px) {

    .box {
        top:45%;
    }
    .box  form{
        position: absolute;
        left: 29%;
    }
    .box  h2{
        left: 32%;
        top: 15%;
    }
    .box  form span{
        margin-top: 60%;
    }
}

@media screen and (max-width: 1500px) {
    .box .login-box h2{
        font-size: 18px;
    }
}































