* {
    margin: 0;
    padding: 0;
}

.login {
    width: 100%;
    height: 100vh;
    display: flex;
}

.login_left {
    width: 882px;
    height: 100vh;
    background-image: url(/public/admin/images/left.png);
    background-size: 100% 100%;
    text-align: center;
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 100vh;
}

.login_right {
    width: 1038px;
    height: 100vh;
    background-color: #fff;
}

.login_box {
    width: 481px;
    height: 580px;
    /* background-color: red; */
    margin: 0 auto;
    margin-top: 163px;
}

.ioc {
    display: inline-block;
    width: 8px;
    height: 30px;
    background: #7B88FE;
    vertical-align: middle;
    margin-right: 10px;
}

.title {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 600;
}

.cont {
    width: 466px;
    margin-top: 83px;
    padding-left: 20px;
}

.cont_title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #7B88FE;
}

.cont_titles {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

input {
    width: 466px;
    border: 0px;
    height: 40px;
    border-bottom: 1px solid #7B88FE;
    font-size: 18px;
    margin-top: 19px;
}

.btn {
    width: 437px;
    height: 68px;
    background: #7B88FE;
    border-radius: 10px;
    display: block;
    margin: 40px auto;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 68px;
}