.login_cont_box{
    background: #f3f3f3;
    padding: 32px 0 58px;
}
.login_box{
    height: 490px;
    background: #fff;
    color: #343434;
    font-size: 14px;
}
.login_img_box>img{
    width: 620px;
    height: 490px;
}
.login_input_box{
    margin-left: 100px;
    width: 400px;
}
.login_input_top{
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 35px;
    height: 38px;
}
.login_input_top>span:nth-child(1){
    font-size: 24px;
}
.login_input_top>span:nth-child(2){
    float: right;
    display: block;
    line-height: 38px;
}
.login_input_top>span>a{
    color: #009AFF;
}
.input_title{
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
.err_input{
    margin-top: 10px;
    color: #FF3030;
    position: absolute;
    bottom: -19px;
}
.email_box{
    margin-bottom: 22px;
    margin-top: 33px;
}
.input_box{
    position: relative;
}
.input_box>input{
    box-sizing: border-box;
    padding-left: 15px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E6E6E6;
    border-radius: 4px !important;
}
.password_me{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
}
.errinputborcol{
    border-color: #FF3030 !important;
}
.login_bottum{
    width: 100%;
    height: 50px;
    background: #ce0f05;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 16px;
    text-decoration: none;
}
.login_bottum:hover{
    background: #d03028;
}
.remember_my>div{
    float: left;
    position: relative;
}
.remember_my>div>input{
    position: absolute;
    top: 1px;
}
.remember_my>div>span{
    margin-left: 26px;
}
.remember_my>a{
    float: right;
    color: #343434;
}
.sign_in_box{
    margin-top: 30px;
    border-top: 1px solid #E6E6E6;
    line-height: 76px;
}
.sign_in_box>span{
    margin-right: 20px;
    float: left;
}
.sign_in_box>a{
    float: left;
    margin-top: 18px;
}
.sign_in_box>a>svg{
    font-size: 36px;
    line-height: 76px;
    margin-right: 16px;
}

/* input[type="checkbox"] {
    width: 12px;
    height: 12px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 12px;
    position: relative;
}
 
input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #CCCCCC
}
 
input[type="checkbox"]:checked::before {
    content: "\2611";
    color: #CCCCCC;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #CCCCCC;
    font-size: 12px;
    font-weight: bold;
} */