* {
    padding: 0;
    margin: 0;
}

#background {
    /* background-image: url(../src/image/background3.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: contain; */
    background-size: 100% 100%;
    position: relative;
}

#login-box {
    width: 730px;
    height: 425px;
    box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    position: absolute;
    display: flex;
}

#left {
    width: 50%;
    height: 100%;
    background-color: rgba(1, 199, 189, 0.8);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#right {
    width: 50%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#title {
    font-size: 28px;
    color: #fff;
    text-align: center;
    padding-top: 60px;
}

#erweima-box {
    width: 135px;
    height: 135px;
    margin: 35px auto;
    background-color: #fff;
}

#erweima-box img {
    width: 100%;
    height: 100%;
}

#version {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

#logo {
    width: 225px;
    height: 70px;
    margin: 43px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logo img {
    width: 150px;
    margin-top: 4px;
}

#denglu {
    font-size: 20px;
    color: #707070;
    border-left: 2px solid #01c7bd;
    padding: 0 5px 0 13px;
}

#login_info {
    margin: 30px auto 15px;
    text-align: center;
}

#username {
    margin-bottom: 30px;
}

#password,
#verification_code {
    margin-bottom: 65px;
}

input {
    outline: none;
}

#username input,
#password input,
#verification_code input,
#verification_code div {
    width: 275px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #01c7bd;
    font-size: 12px;
    padding: 0 10px;
}

#verification_code {
    display: flex;
    justify-content: center;
}

#verification_code input {
    width: 180px;
}

#verification_code div {
    width: 75px;
}

.get_code {
    cursor: pointer;
}

.sended {
    cursor: unset !important;
}

#submit input {
    width: 297px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background-color: #01c7bd;
    border: none;
}

#error {
    color: red;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}

#forget {
    color: #fa8a07;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    width: 295px;
    margin: 15px auto 0;
}

#forget>div {
    cursor: pointer;
}

#forget span {
    color: #707070;
}

#updatePasswordWindow {
    padding: 10px;
}

#updatePasswordWindow input {
    width: 85%;
}

#updatePasswordWindow p {
    margin: 10px auto 20px;
}

#beiAn {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #888;
}