.main-wrapper {
    padding-top: 72px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0;
}

label {
    margin-bottom: 0;
    font-weight: normal;
}

.main-wrap {
    width: 100%;
    padding: 36px 0;
    display: flex;
    justify-content: space-between;
}

.main-left {
    width: 720px;
    height: 620px;
    background-color: #1dbdf9;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.main-right {
    width: 480px;
    height: 620px;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.my-form {
    width: 480px;
    padding: 160px 60px 0 60px;
    box-sizing: border-box;
}

.my-form > h2 {
    width: 100%;
    font-size: 28px;
    color: var(--theme-color);
    text-align: left;
}

.my-form .other-link a {
    display: block;
    font-size: 14px;
    color: #777777;
    text-align: right;
}

.my-form .other-link a:hover {
    color: var(--theme-color);
}

.form-main {

}

.form-main ul {
    width: 100%;
}

.form-main ul li {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-main ul li:last-child {
    border-bottom: none;
}

.form-main ul li label {
    float: left;
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 20px;
    color: #999999;
    width: 20px;
    text-align: center;
}

.form-main ul li input {
    display: block;
    float: left;
    border: none;
    background: none;
    font-size: 14px;
    color: #999999;
    padding-left: 12px;
    width: calc(100% - 20px);
    flex: 1;
}

.form-main ul li button {
    width: 100%;
    height: 42px;
    background-color: #0090ff;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    border: none;
}

.form-main ul li button[disabled] {
    cursor: not-allowed;
    background-color: #cccccc;
}

.my-form ul li .img-wrap {
    width: 100px;
    height: 46px;
    border: 1px solid #e7e7e7;
}

.my-form ul li .img-wrap img {
    object-fit: fill;
}

.my-form a {
    color: #444444;
    font-size: 14px;
}

.my-form a:hover {
    color: var(--theme-color);
}

.form-main ul li .get-code {
    background-color: transparent;
    width: 100px;
    color: var(--theme-color);
    font-size: 14px;
    cursor: pointer;
}

.main-left {
    background-color: rgba(255, 255, 255, .5);
    background-image: url("../img/login_img_1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}

.main-left.register-left {
    background-image: url("../img/login_img_2.jpg");
}

.main-left.reset-left {
    background-image: url("../img/login_img_2.jpg");
}

body {
    background: url("../img/login_bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}

.wechat-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    color: #777777;
    margin-top: 36px;
}

.wechat-btn .wechat-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #f7f7f7;
    border-radius: 50%;
    margin-bottom: 12px;
}
