body{
    background-image: url(../img/login背景.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-attachment: fixed; /* 背景图片固定 */
}
#log_0 {
    position: absolute;
    width: 100%;
    height: 650px;
    z-index: -1;
    background: radial-gradient(rgba(24, 26, 33, 0) 0%, #181A21 100%) fixed no-repeat, url(https://store.fastly.steamstatic.com/public/shared/images/joinsteam/new_login_bg_strong_mask.jpg) center top no-repeat, #181A21;
}

header.nav.custom-container .container {
    width: 964px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#log_1{
    width: 100%;
    height: auto;
    margin-top: 150px;
    display: flex;
    justify-content: center;
}
#log_2{
    width: 100%;

}

.log_forms
{
    display: flex;
    width: 100%;
    padding: 24px 32px;
    justify-content: space-between;
}

#log_h{
    justify-content: space-between;
    color: #fafafa;
}
#log_h1{
    color: #1b65d9;

}
#log_h2{
    color: #fdfdfd;
}
#log_h3{
    color: #fafafa;
    display: flex;
    justify-content: center;
    font-size: 24px;
}
#log_4{
    position: absolute;
    left: 20px;
    right: 20px;
}
#log_5{
    position: absolute;
    left: 20px;
    right: 20px;
}

.log_button{
    display: flex;
    justify-content: center;
}
#log_button{

    width: 70%;
    height: 40px;

}

button {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
button:hover {
    background-color: #0d6efd;
}
button:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}
.turnstile-container {
    transform: scale(0.8);           /* 整体缩放80% */
    transform-origin: left top;      /* 从左上角缩放 */
    width: 125%;
    margin-top: 30px;
}



#log_form{


    width: 100%;
    height: auto;
}
#form-width1{
    width: 64%;
}

#form-width2{

}
#form-width2-left{
    margin-left: 20px
}

.code-login{
    font-size: 12px;
    color: #1999ff;
    height: 24px;
}
#log_6{
    background-color: #181a21;
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.zhuche{
    width: 50%;
}
#zhuche{
    width: 100%;
    margin-top: 120px;
    display: flex;

}
#zhuche-meg{
    width: 100%;
    font-size:17px;
    color: #b8b6b4;
    text-align: center;
}

#log_button1{
    width: 120px;
}
#b{
    position:absolute;
    top: 150%;
}