.login-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url("/img/bg/bg.jpg");
    background-size: 100% 100%;
}

.login-weaper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1000px;
    height: 500px;
    min-height: 500px;
    box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4);

    .el-input-group__append {
        border: none;
    }
}

.login-left,
.login-border,
.login-radius,
.login-radius-bg {
    position: relative;
    min-height: 500px;
    align-items: center;
    display: flex;
}

.login-left {
    position: absolute;
    left: 0;
    top: -40px;
    padding: 40px 0;
    width: 34%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
    flex-direction: column;
    background-color: #02255e;
    color: #fff;
    z-index: 10;
}

.login-radius {
    position: absolute;
    left: 34%;
    top: -40px;
    padding: 40px 0;
    width: 16%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #02255e;
    z-index: 10;
}

.login-left .img {
    width: 140px;
}

.login-time {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 100%;
    color: #fff;
    font-weight: 200;
    opacity: 0.9;
    font-size: 18px;
    overflow: hidden;
}

.login-left .title {
    margin-top: 60px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 25px;
}

.login-border {
    position: absolute;
    right: 0;
    border-left: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    background-color: #fff;
    width: 50%;
    box-sizing: border-box;
}

.login-radius-bg {
    position: absolute;
    left: 34%;
    background-color: #fff;
    width: 16%;
}

.login-main {
    margin: 0 auto;
    width: 65%;
    box-sizing: border-box;
}

.login-main>h3 {
    margin-bottom: 20px;
}

.login-main>p {
    color: #76838f;
}

.login-title {
    color: #333;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    letter-spacing: 4px;
}

.login-menu {
    margin-top: 40px;
    width: 100%;
    text-align: center;

    a {
        color: #999;
        font-size: 12px;
        margin: 0px 8px;
    }
}

.login-submit {
    width: 100%;
    height: 45px;
    border: 1px solid #02255e;
    background: none;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #02255e;
    cursor: pointer;
    margin-top: 30px;
    font-family: "neo";
    transition: 0.25s;
}

.login-form {
    margin: 10px 0;

    i {
        color: #333;
    }

    .el-form-item__content {
        width: 100%;
    }

    .el-form-item {
        margin-bottom: 12px;
    }

    .el-input {
        input {
            padding-bottom: 10px;
            text-indent: 5px;
            background: transparent;
            border: none;
            border-radius: 0;
            color: #333;
            border-bottom: 1px solid rgb(235, 237, 242);
        }

        .el-input__prefix {
            i {
                padding: 0 5px;
                font-size: 16px !important;
            }
        }
    }
}

.login-code {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 0 0 10px;
}

.login-code-img {
    margin-top: 2px;
    width: 100px;
    height: 38px;
    background-color: #fdfdfd;
    border: 1px solid #f0f0f0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 38px;
    text-indent: 5px;
    text-align: center;
    cursor: pointer !important;
}