@media (max-width: 1000px) {
            .Logcontainer {
                width: 100%;
                top: 50%;
                left:50%;
                position: fixed;
                transform: translate(-50%, -50%);
                background-color: #fff;
             /*   padding: 20px;*/
                box-sizing: border-box;
            }

    button.submitBtn {
        display: block;
        width: 50% !important;
        margin-left: 30%;
        padding: 10px;
        color: #fff;
        background-color: #ff0000;
        border: none;
        cursor: pointer;
    }

    table td:last-child {
        max-width: 50px
    }
    .fgetDiv{
        left: 0 !important;
    }

}
@media (min-width:1001px) {
            .Logcontainer {
                width: 550px;
                position: fixed;
                top: 50%;
                left: 70%;
                transform: translate(-50%, -50%);
                background-color: #fff;
             /*   padding: 20px;*/
                box-sizing: border-box;
            }
}
        body {
            font-family: Arial, sans-serif;
            background-image: url("../img/loginbackground.gif");
            color: #fff;
            margin: 0;
            padding: 0;
        }



        .header {
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
        }

        button {
            padding: 10px 20px;
            background-color: #fff;
            color: #000;
            border: none;
            cursor: pointer;
        }

        button.active {
            background-color: #ff0000;
            color: #fff;
        }

        h2 {
            margin-top: 0;
        }

        input {
            float: left;
            display: block;
            width: 100% !important;
            max-width: 180px  !important;
            padding: 10px;
            border: 1px solid #ccc;
        }

        button.submitBtn {
            display: block;
            width: 20%;
            margin-left: 30%;
            padding: 10px;
            color: #fff;
            background-color: #ff0000;
            border: none;
            cursor: pointer;
        }
button.forgetsubmitBtn {
    display: block;
    width: 100%;
   /* margin-left: 20px;*/
    padding: 10px;
    color: #fff;
    background-color: #ff0000;
    border: none;
    cursor: pointer;
}
        .footer {
            margin-top: 20px;
        }

        a.forgotPasswordLink {
            color: #ff0000;
            text-decoration: none;
        }

        a.forgotPasswordLink:hover {
            text-decoration: underline;
        }

        #registerForm {
            display: none;
        }

        #forgetpasswordForm{
            display: none;
        }
        table {
            width: 100%;
            border-collapse: collapse;
        }
        td{
            color: black;
            padding: 5px;
            font-size: 14px;
            font-family: 微软雅黑;
            word-break: keep-all;
        }
        td img{
           margin-left: 15px;
            width: 20px;
            height: auto;
        }
     tr{
     margin-bottom: 20px;
     }
        #captchaContainer {
            margin-left: 20px;
            display: inline-block;
            padding: 12px;
            background-color: #FFF;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        }
        #captchaContainers {
            display: inline-block;
            padding: 12px;
            background-color: #FFF;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        }

        #captchaText {
            font-size: 20px;
            font-weight: bold;
        }

        #captchaText2 {
            font-size: 20px;
            font-weight: bold;
        }
.LoginRigth{
    max-width: 100px;
}
.loginForm input{
    width: 100% !important;
}
.reHistory{
    position: absolute;
    right: 0;
    cursor: pointer;
    padding-right: 0;
    font-size: 25px;
    color: black;
}

#loginForm td tr{
    font-size: 14px;
    font-family: 微软雅黑;
}
#loginForm span{
    font-size: 14px;
    font-family: 微软雅黑;
}
#loginForm button{
    font-size: 14px;
    font-family: 微软雅黑;
}

#registerForm td tr{
    font-size: 14px;
    font-family: 微软雅黑;
}
#registerForm span{
    font-size: 10px !important;
    font-family: 微软雅黑;
    color: red;
}
#registerForm button{
    font-size: 14px;
    font-family: 微软雅黑;
}
#forgetpasswordForm td tr{
    font-size: 14px;
    font-family: 微软雅黑;
}
#forgetpasswordForm span{
    font-size: 10px;
    font-family: 微软雅黑;
    color: red;
}
#forgetpasswordForm button{
    font-size: 14px;
    font-family: 微软雅黑;
}
#canvass2{
    width: 60px;
    height:30px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
    z-index: 2; /* 确保遮罩层在其他内容之上 */
    pointer-events: none; /* 不接受用户点击事件 */
}

.subs{
    width: 100px;
    height: auto;
    color: black;
    font-size: 14px;
    font-family: 微软雅黑;
    background-color: #aaaaaa;
}
.subs:hover{
    color: white;
    background-color: #E2491E;
    cursor: pointer;
}
