@media all and (min-width:1024px) {
    body {
        float: left;
        width: 100%;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    body {
        float: left;
    }
}

* {
    padding: 0px;
    margin: 0px;
}

.login {
    width: 900px;
    margin: 0 auto;
    display: block;
    height: 110px;
}

.place {
    width: 100%;
    height: 20px;
}

.logins {
    width: 100%;
    float: left;
}

.logins-img {
    width: 100%;
    float: left;
    /*height: 794px;*/
    background: url(/static/img/torch/bg-1.png) no-repeat center;
    background-size: 100% 100%;
}

.logins-center {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    display: block;
    background: url(/static/img/torch/bg-2.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 110px;
    text-align: left;

}
.torchbearer{
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 100px;
    margin-left: 80px;
    float: left;
}
.torchbearer-login{
    width: 520px;
    height: 580px;
    background: white;
    float: right;
    margin-right: 20px;
    margin-top: -38px;
}
.feet {
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 20px;
}
.friendship{
    display: inline-block;
    width: 100%;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 60px;
}
.link{
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 14px;
}
.administrator{
    width: 420px;
    display: block;
    margin: 0 auto;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    border-bottom: 1px solid silver;
    padding-bottom: 20px;
    margin-top: 72px;
}
.inp{
    width: 390px;
    height: 60px;
    line-height: 60px;
    background: #f7f7f7;
    color: #4d4d4d;
    font-size: 16px;
    outline: none;
    border: none;
    text-align: left;
    margin: 0 auto;
    display: block;
    margin-top: 60px;
    padding-left: 30px;
}
.inps{
    width: 390px;
    height: 60px;
    line-height: 60px;
    background: #f7f7f7;
    color: #4d4d4d;
    font-size: 16px;
    outline: none;
    border: none;
    text-align: left;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    padding-left: 30px;
}
.logn{
    width: 420px;
    height: 60px;
    font-size: 20px;
    color: #FFFFFF;
    background: url(/static/img/torch/an.png) no-repeat center;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    margin-top: 80px;
    cursor: pointer;
}


.friend-link {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width:1366px){
    .login {
        width: 600px;
        height: 70px;
    }

    .logins-center {
        height: 300px;
        margin-top: 80px;
    }

    .torchbearer-login {
        height: 354px;
    }

    .administrator {
        width: 420px;
        font-size: 22px;
        margin-top: 20px;
    }

    .inp, .inps {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 20px;
    }

    .logn {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        margin-top: 60px;
    }
}