.maxbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left {
    width: 60%;
}

.left img {
    width: 100%;
    height: 100vh;
    object-fit: contain;
}

.right {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logintitle {
    font-size: 40px;
    font-family: Helvetica;
    line-height: 48px;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #24285B;
    white-space: nowrap;
}

.layui-form-label {
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 16px;
    font-family: Helvetica;
    color: #787878;
    line-height: 19px;
    letter-spacing: 1px;
    float: none;
}

.layui-input {
    border: none !important;
    border-bottom: 1px solid #dedede !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    font-size: 16px !important;
    font-family: Helvetica;
    color: #343434 !important;
    line-height: 19px !important;
    letter-spacing: 1px !important;
    height: 40px;
    margin-bottom: 22px;
}

.layui-input::placeholder {
    color: #C0C4CC;
}

.loginbtn {
    font-size: 16px !important;
    width: 100%;
    height: 50px !important;
    margin-top: 20px !important;
    border-radius: 30px 4px 30px 30px !important;
    box-shadow: 0px 0px 14px 0px rgba(43, 138, 255, 0.3), 0px 0px 24px 0px rgba(43, 138, 255, 0.3);
}

.yzmbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yzmbox input {
    width: 64%;
}

.captcha-img {
    width: 34%;
    text-align: right;
    margin-bottom: 22px;
}

.layui-form {
    width: 350px;
    padding: 35px 20px;
    box-sizing: border-box;
}