.login_div {
    background-image: url('../../../../public/newtpl/img/login.png');
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    /* height: calc(100% - 160px); */
}

.login_box {
    width: 20%;
    min-width: 350px;
    border-width: 4px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-image: initial;
    border-radius: 5px;
    background: #fff;
    right: 15%;
    position: absolute;
    top: 30%;
    text-align: center;
    cursor: pointer;
    padding: 20px 0px;
}

form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

form input {
    width: 80%;
    height: 35px;
    margin: 10px 0px 10px 0px;
    text-indent: 5px;
    border: 1px solid #d4d4d4;
    font-family: Arial, '宋体';
    line-height: 36px;
    font-size: 14px;
    color: #666;
    border-radius: 4px;
}

.login_submit {
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #11999e;
    outline: none;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    z-index: 1;
}

.login_box_center {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
    width: 80%;
    height: 35px;
}

.login_box p {
    font-size: 18px;
}

.login_box_center_box {
    display: flex;
    align-items: center;
}

.login_box_center_box input {
    width: 16px;
    border: 1px solid #d4d4d4;
    margin-right: 5px;
}

.login_box_center span {
    color: red;
}

.login_box_footer {
    text-align: right;
    font-size: 14px;
    width: 90%;
}

.reg {
    color: #169bd5;
}