.login_box{
    width:90%;
    padding: 30px 0;
    margin: 0px auto;
}
.login_title{
	
font-family: Alimama ShuHeiTi;
font-size: 24px;
font-weight: bold;
line-height: 24px;
text-transform: uppercase;
letter-spacing: 0px;
font-variation-settings: "opsz" auto;
font-feature-settings: "kern" on;
color: #FFFFFF;
	
}
.login_title2{
	
font-family: Source Han Sans;
font-size: 16px;
font-weight: 500;
line-height: 16px;
text-transform: uppercase;
letter-spacing: 0px;
	
font-feature-settings: "kern" on;
color: #3D3D3D;
padding: 10px 0;
	
}
.login_form{
    padding-top: 50px;
}
.login_input{
    display: flex;
    padding: 5px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}
.lin0{
    width: 2px;
    height: 20px;
    background: #edecec;
    border-radius: 3px;
    margin-top: 5px;
}
.login_icon img{
    width: 25px;
    margin-left: 10px;
    margin-right: 10px;
    
}
.item_login{
    width: 70%;
    height: 100%;
    outline: none;
    border: 0;
    padding-left: 10px;
    margin-top: 5px;
}
.login_btn{
    margin:20px auto;
}
.login_btn button{
    display: block;
    background: none;
    border: 0;
    padding: 10px 0;
    color: #fff;
background: linear-gradient(to bottom, #0b4cb0, #536fcc);
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
}

.register_btn button{
      display: block;
    background: none;
    border: 0;
    padding: 10px 0;
    color: #0b4cb0;
    border:1px solid #0b4cb0 ;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
}
.register_txt{
    font-weight: 500;
    text-align: center;
}