html {
    height: 100%;
    width: 100%
}

body .signin {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    /* background: #18c8f6; */
    background: url("../image/bg_login66.png") no-repeat;
    /* -webkit-background-size: cover; */
    /* -moz-background-size: cover; */
    /* -o-background-size: cover; */
    /* background-size: cover; */
    color: rgba(255, 255, 255, .95);
    position: relative;
    background-size: 99% 99%;
}

/* 头盒子 */
.header-logo-img {
    position: absolute;
    width: 5%;
    left: 24%;
    top: 9%;
}

/* logo图片 */
.header-logo-img>img {
    width: 97%;
}

/* 横幅 */
.header-img {
    position: absolute;
    width: 40%;
    top: 12%;
    left: 29%;
}

/* 横幅图片 */
.header-img>img {
    width: 100%;
}


/* 左侧图片盒子 */
.content-left {
    position: absolute;
    height: 42%;
    top: 25%;
    left: 18%;

}

/* 左侧图片 */
.content-left>img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#tg_changeCaptcha {
    position: relative;
    top: 15px;
    left: 0;
}


@media screen and (max-width: 1366px) {

    /* 欢迎登录盒子 */
    .row {
        margin-top: 208px !important;
        margin-left: 945px !important;
        width: 369px;

    }

    .login-text {
        height: 50px;
        padding-left: 40px;
        background-color: #28BD79;
        border-top-left-radius: 7px !important;
        border-top-right-radius: 7px !important;
    }

    .login-text>span {
        font-size: 26px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 46px;
    }

    .col-sm-7 {
        margin: 0 auto;
        margin-left: -14px;
        width: 332px;
        background-color: #FFFFFF;
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
        height: 266px;

    }

    /* shurukuang */
    .form-control {
        margin-top: 21px;
        text-indent: 40px;
        margin-left: 20px;
        width: 259px;
        height: 40px;
    }

    /*  */
    .captcha {
        margin-top: 28px;
        position: relative;
    }

    /* yanzhengma */
    .code {
        width: 225px;
    }

    .btn-success {
        margin: 0 auto;
        top: 10px;
        bottom: 15px;
        width: 257px;
        background-color: #FFB534 !important;
        outline: 0;
    }

    .btn-success:hover {
        background-color: #28BD79 !important;
        outline: 0 !important;
    }
}


@media screen and (max-width:1920px) {

    /* 欢迎登录盒子 */
    .row {
        margin-top: 248px !important;
        margin-left: 1001px !important;
        width: 369px;
    }

    .login-text {
        height: 57px;
        padding-left: 49px;
        background-color: #28BD79;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    .login-text>span {
        font-size: 30px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 54px;
    }

    .col-sm-7 {
        margin: 0 auto;
        margin-left: -14px;
        width: 368px;
        background-color: #FFFFFF;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        height: 318px;
        /* box-shadow: 2px 0px 5px #B5E0CC inset; */

    }

    /* shurukuang */
    .form-control {
        margin-top: 26px;
        text-indent: 42px;
        margin-left: 26px;
        width: 283px;
        height: 40px;
    }
    .uname{
        /* margin-top: 41px !important; */
    }
    /*  */
    .captcha {
        margin-top: 27px;
        position: relative;
        width: 84px;
    }

    /* yanzhengma */
    #verifycode {
        width: 159px;
    }

    .btn-success {
       margin-top: 36px;
        width: 284px;
        background-color: #FFB534 !important;
        outline: 0;
        margin-left: 27px;
    }

    .btn-success:hover {
        background-color: #28BD79 !important;
        outline: 0 !important;
    }
    .btn{
        position: initial !important;
    }
}

























.signinpanel .uname {
    background: #D3F1E5 url(../image/8.png) no-repeat 5% center;
    background-size: 19px;
    color: #333;
    border-radius: 15px;
}

.signinpanel .pword {
    background: #D3F1E5 url(../image/5.png) no-repeat 5% center;
    background-size: 19px;
    color: #333;
}

#verifycode {
    background: #D3F1E5 url(../image/9.png) no-repeat 8% center;
    background-size: 25px;
    color: #333;
    width: 135px;
}