body {
    display: flex;
    height: 100vh;
    background: #F8F8FA;
}

.left img {
    display: block;
}

.left {
    width: 60%;
}

.logo {
    margin-top: 54px;
    margin-left: 78px;
}

.login_img {
    width: 100%;
    margin-top: 55px;
}

.right {
    width: 40%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20% 0 0 0;
}

.right p {
    font-size: 56px;
    font-weight: 500;
    line-height: 74px;
    color: #323232;
}

.right>div {
    width: 60%;
}

.right span {
    margin-top: 4px;
    display: block;
    margin-bottom: 70px;
    font-size: 20px;
    line-height: 27px;
    color: #969696;
}

.yzm img {
    width: 40%;
    border-radius: 10px;
}

.right em {
    display: block;
    font-size: 22px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 12px;
}

.right>div>input {
    width: 100%;
    margin-bottom: 33px;
    height: 58px;
    text-indent: 1em;
    font-size: 21px;
    color: #999999;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}

.yzm input {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    outline: none;
    height: 58px;
    font-size: 21px;
    color: #999999;
    width: 60%;
    display: flex;
    text-indent: 1em;
    border-radius: 10px;
}

.yzm {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 58px;
}

.btn {
    width: 100%;
    margin-top: 80px;
    height: 58px;
    line-height: 58px;
    display: block;
    text-align: center;
    border-radius: 37px;
    font-size: 27px;
    background: #0046E8;
    color: #FFFFFF;
}