
/*
*
* login_2022 
*
*/

.member_title {
   text-align: center;
   margin: 80px 0 30px 0;
}

.member_title div {
   font-weight: 900;
   font-size: 25px;
}

.login_container{
   text-align:center;
   white-space: nowrap;
}

.top_left{
   text-align:center;
   padding: 30px 0;
}

#client_id{
   border-radius: 5px 5px 0 0;
   border-bottom: none !important;
   height: 35px !important;
}

#passwd{
   border-radius: 0 0 5px 5px;
    height: 35px !important;
}

.chack_ment input[type='checkbox']{
   background-color:#fff;
   border:1px solid #c0c0c0;
}

.login_btn{
   width:100%;
   height:47px;
   border-radius: 4px;
   box-sizing:border-box;
   background-color:#0041A0;
   border:none;
   font-weight:100;
   color:#fff;
}

.join_btn{
   width:100%;
   height: 47px;
   border-radius: 4px;
   box-sizing:border-box;
   background-color:#fff;
   font-weight:100;
   color:#4f4f4f;
   border:1px solid #c0c0c0;
}

#mlogin input#client_id, #mlogin input#passwd {
   border: 1px solid #c0c0c0;
}


.menuDiv{
   background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    height: 93px;
    overflow: hidden;
}

.buyItem{
   font-size: 13px;
}
