*{
    font-family: arial;
}
body{
    margin: 0;
    background: rgb(234, 234, 234);
    
}
#interface{
    position: relative;
    width: 1920px;
    min-height: 800px;
}
#content{
    position: relative;    
}
#t_game{
    position: relative;
    width: 1680px;    
    margin: 0 auto 0 auto;
    top: 20px;    
}
#t_game_1{
    position: relative;
    width: 1680px;
    height: 650px;
    background-color: white;
    box-shadow: 1px 5px 10px black;
    border-radius: 20px;
    border: 1px solid black;
}

#tg_1{
    position: relative;
    width: 1680px;
    background-color: rgba(196, 196, 196, 0.5);
    height: 70px;
    border-radius: 20px 20px 0 0;
}

#tg_2{
    position: relative;
    width: 1000px;
    height: 550px;
    float: left;
}
#tg_3{
    position: relative;
    width: 670px;
    height: 550px;
    float: left;
    background-color: rgba(196, 196, 196, 0.5);
    top: 10px;
}
#t1, #t2, #t3{
    position: relative;
    display: none;
    top: 20px;
}
#lg1{
    position: relative;
    width: 1200px;
    float: left;
}
#langd{
    position: relative;
    width: 450px;
    float: left;
}
#langd ul{
    position: relative;
    margin: 0;
    left: 0;
    padding: 0;
}
#langd ul li{
    display: inline-block;
    width: 150px;
    line-height: 70px;
    cursor: pointer;
}
#tg_1 h1{
    font-size: 28px;
    line-height: 70px;
    margin: 0;
    text-indent: 20px;
}
#tg_2_l h1{
    font-size: 22px;
    line-height: 70px;
    margin: 0;
    text-indent: 20px;
}
#tg_2_l p{
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    width: 950px;
    
}
#tg_2_l h2{
    font-size: 16px;
    margin: 8px 5px;
}
#tg_2_l li{
    font-size: 14px;
    line-height: 22px;
}
#l2{
    position: relative;
    left: 20px;
}
#l2 ul{
    position: relative;
    margin: 0;
    left: 20px;
    padding: 0;
    float: left;
    
}
#r_content{
    position: relative;
    width: 500px;
    height: 500px;    
    left: 85px;
    top: 10px;
}
#r_content p{
    margin: 0;
}
.c{
    width: 500px;
    height: 30px;
    text-indent: 10px;
    border: 0;
}
#c_name, #c_mail, #c_pass, #c_pass_c, #c_bt, #lang, #c_name_full{
    position: relative;
    height: 60px;
    
    
}
#c_login{
    position: relative;
    height: 50px;
}
#c_register{
    position: relative;
    height: 50px;
}
#bt{
    position: relative;
    color: white;
    font-size: 14px;
    width: 504px;
    height: 40px;
    cursor: pointer;
    top: 20px;
    background: rgb(255,4,4);
    background: linear-gradient(90deg, rgba(255,4,4,1) 0%, rgba(230,16,16,0.9836309523809523) 35%, rgba(255,0,99,1) 100%);
    border: none;
    border-radius: 5px;
}
#lg{
    font-size: 20px;
    margin: 20px 0;
}
#u1{
    width: 230px;
}
#u2{
    width: 180px;
}
#u3{
    width: 200px;
}
#l3{
    position: relative;
    width: 1000px;
    left: 20px;
    
}
#l3 h3{
    font-size: 14px;
    font-weight: 600;
    margin: 8px 5px;
}
#l3 p{
    line-height: 22px;
}
#l1{
    position: relative;
    left: 20px;
}
#logo{
    position: relative;
    width: 210px;
    height: 70px;    
    float: left;
    
    
}
#logo img{
    position: relative;
    width: 180px;
}
#resend{
    position: relative;
    top: 10px;
}
#esqS{
    position: relative;
    top: 5px;
}
@media only screen and (max-width: 1900px){
    #interface{
        width: 1280px;
        min-height: 500px;
    }
    #t_game{
        width: 1200px;    
        top: 5px;    
    }
    #t_game_1{
        width: 1200px;
        height: 650px;
        
    }
    #tg_1{
        width: 1200px;
        height: 50px;
    }
    #tg_2{
        width: 800px;
        height: 550px;
        
    }
    #tg_3{
        width: 390px;
        height: 550px;
        top: 10px;
    }
    #tg_1 h1{
        font-size: 22px;
        line-height: 50px;
        
    }
    #t1, #t2, #t3{
        display: none;
        top: 10px;
    }
    #lg1{
        width: 800px;
    }
    #langd{
        width: 400px;
    }
    #langd ul{
        
    }
    #langd ul li{
        width: 133px;
        line-height: 50px;
    }
    #r_content{
        width: 350px;
        height: 500px;    
        left: 20px;
        top: 10px;
    }
    .c{
        width: 350px;
        height: 20px;
        text-indent: 10px;
        border: 0;
    }
    #bt{
        width: 355px;
        height: 20px;
        font-size: 16px;
        cursor: pointer;
    }
    #c_name, #c_mail, #c_pass, #c_pass_c, #c_bt, #lang{
        position: relative;
        height: 55px;
    }
    #tg_2_l p{        
        line-height: 25px;
        margin: 0;
        width: 750px;
        padding-left: 20px;
    }
    #t1 p{
        font-size: 13px;
        line-height: 20px;
    }
    #t1 li{
        font-size: 13px;
        line-height: 20px;
    }
}