html, body {
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0; 
    font-size: 14px;
    background: url('/Frame/static/img/bg1.jpg') top center no-repeat;
    background-size: cover;
}

.container {
    width: 90%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}

.login {
    position: relative;
    margin-top: 12%;
}

.adBox {
    width: 560px;
    height: 560px;
    margin-top: 60px;
    float: left;
    position: relative;
}

.ad {
    width: 500px;
    height: 500px;
    background: url('/Frame/static/img/ad.png') top center no-repeat;
    position: absolute;
    left: 30px;
    top: 30px;
}

.form {
    width: 320px;
    height: 400px;
    border-radius: 5px;
    background: rgba(25,25,25,0.7);
    margin-top: 130px;
    padding: 20px;
    float: right;
}

.tabs {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    line-height: 50px;
    border-bottom: 1px solid #FFF;
    cursor: pointer;
}

.title:after {
    content: "";
    display: block;
    clear: both;
}

.active {
    color: #02E6E9;
}

.content {
    padding: 20px 0;
}

.code {
    width: 200px;
    margin: 30px auto;
}
 
.codeText {
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

.hide {
    display: none;
}

.formRow {
    width: 100%;
    margin: 25px 0;
}

    .formRow input.text {
        width: 80%;
        padding: 0 5% 0 15%;
        height: 50px;
        border: 0;
        border-radius: 5px;
        font-size: 15px;
    }

    .formRow input.user {
        background: #FFFFFF url(/Frame/static/img/user.png) left center no-repeat;
    }

    .formRow input.pwd {
        background: #FFFFFF url(/Frame/static/img/pwd.png) left center no-repeat;
    }

    .formRow input.btn {
        width: 100%;
        height: 50px;
        border: 0;
        border-radius: 5px;
        background: #15A7FB;
        font-size: 20px;
        color: #FFF;
    }

    .formRow:after {
        content: "";
        display: block;
        clear: both;
    }
.textcenter {
text-align:center;
}
.tip {
    float: left;
    width: 50%;
}

    .tip .ico {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #F3B903;
        color: #fff;
        text-align: center;
        line-height: 20px;
        display: inline-block;
        cursor: pointer;
    }

    .tip .text {
        margin-left: 10px;
        color: #FFFFFF;
    }

.remember {
    width: 100px;
    float: right;
    color: #FFFFFF;
}

.info {
    position: absolute;
    top: 130px;
    left: 10px;
    width: 835px;
    height: 420px;
    background: url(/Frame/static/img/notice.png) no-repeat;
    z-index: 99;
    display: none;
}

@media (max-width:991px) {
    .adBox {
        display: none;
    }

    .form {
        width: 90%;
        margin: 100px auto;
        float: none;
    }
}

@media (max-height:768px) {
 
.adBox {
    margin-top: 20px;
}

.form {
    margin-top: 80px;
}

.info {
    top: 80px;
}

.container {
    transform: scale(0.9);
}
}
