.login-main-box, .register-main-box, .reset-pass-word {
    overflow: hidden;
}

.login-logo img {
    object-fit: contain !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0;
}

label {
    margin-bottom: 0;
    font-weight: normal;
}

.main-wrap {
    position: relative;
    width: 1920px;
    height: 560px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/login_bg_2.jpg") no-repeat;
    margin-top: 38px;
}

.main-wrap > .pc-wrap {
    height: inherit;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.my-form {
    width: 460px;
    height: 350px;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 36px;
}

.my-form h2 {
    width: 72px;
    font-size: 24px;
    color: var(--text-colol);
    text-align: center;
    border-bottom: 2px solid var(--theme-color);
    padding-bottom: 16px;
}

.my-form form {
    border-top: 1px solid #e7e7e7;
    padding-top: 24px;
}

.my-form ul li {
    background-color: #f4f5f9;
    height: 42px;
    border-radius: 4px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    line-height: 42px;
    padding-left: 24px;
    padding-right: 24px;
    color: #999999;
    position: relative;
}

.my-form ul li:last-child {
    margin-bottom: 0;
}

.my-form ul li label {
    font-weight: normal;
    margin-bottom: 0;
}

.my-form ul li input {
    width: 100%;
    height: inherit;
    border: none;
    background-color: transparent;
    padding-left: 12px;
    flex: 1;
}

.my-form ul li button {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: var(--theme-color);
}

.form-main ul li button[disabled] {
    cursor: not-allowed;
    background-color: #cccccc;
}

.my-form ul li button.get-code {
    position: relative;
    width: unset;
    border: none;
    background: none;
    color: #333333;
}

.my-form ul li button.get-code:hover {
    color: var(--theme-color);
}

.agreement-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 30px;
}

.my-form ul li .img-wrap {
    width: 82px;
    height: 32px;
    border: 1px solid #e7e7e7;
}

.my-form ul li .img-wrap img {
    object-fit: fill;
}

.my-form a {
    color: #444444;
}

.my-form a:hover {
    color: var(--theme-color);
}

.m-footer {
    color: #666666;
}

.m-footer p {
    color: #666666 !important;
}

.m-footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.m-footer ul li a {
    font-size: 16px;
    color: var(--text-colol);
}

.m-footer ul li:before {
    display: block;
    content: '|';
    margin: 0 36px;
    float: left;
}

.m-footer ul li:first-child::before {
    display: none;
}

.register-main-box .my-form, .reset-pass-word .my-form {
    height: 482px;
}

.reset-pass-word .my-form h2 {
    font-size: 16px;
}

.reset-pass-word .my-form ul li {
    margin-bottom: 15px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: var(--text-colol) !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

