/* html {
  overflow : hidden;
} */
body {
    margin: 0;
}

.container {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.banner-wrapper {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    min-width: 500px;
    height: 100%;
    opacity: .85;
    background-size: cover;
}

    .banner-wrapper img {
        width: 100%;
        height: 100%;
    }

.login-for
m {
    width: 525px;
}

.login-form {
    width: 50%;
}

/* ���� */
.return-home {
    width: 100%;
    height: 60px;
}

    .return-home a {
        margin-right: 59px;
        margin-left: 10px;
        color: #666666;
        font-family: Source Han Sans CN;
        font-size: 18px;
        font-weight: 400;
    }

    .return-home img {
        width: 25px;
        height: 19px;
    }

/* logo���� */
.logo {
    /* width : 834px; */
    width: 100%;
}

.logo-wrapper {
    margin: 50px;
}

.logo-image img {
    width: 65px;
    height: 63px;
}

.first-title {
    width: 260px;
    color: #2E9B46;
    font-family: Lantinghei SC;
    font-size: 30px;
    font-weight: 600;
}

.second-title {
    width: 270px;
    color: #2E9B46;
    font-family: Source Han Sans CN;
    font-size: 12px;
    font-weight: 400;
}

/* form ���� */
.form-block {
    width: 450px;
    margin: 0 auto;
}

/* �����*/
.input-text {
    position: relative;
    display: inline-flex;
    box-sizing: border-box;
    width: 100%;
    height: 82px;
    vertical-align: middle;
    border: 1px solid #E0E8D2;
    border-radius: 4px;
    background: #FFFFFF;
}

    .input-text:first-child {
        margin-bottom: 28px;
    }

.input-wrapper {
    display: inline-flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    padding: 1px 11px 1px 0;
    transition: box-shadow .3s cubic-bezier(.645, .045, .355, 1);
    transform: translateZ(0);
    border-radius: 4px;
    background-color: #FFFFFF;
    background-image: none;
    box-shadow: 0 0 0 1px #2E9B46;
}

.input-prefix-wrapper {
    width: 73px;
    height: 80px;
    border-radius: 4px 0 0 4px;
    background: #FCFFF8;
}

.input-prefix {
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: nowrap;
    transition: all .3s;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
    background-color: #FCFFF8;
}

.input-wrapper img {
    width: 23px;
    height: 25px;
}

.input-inner {
    flex-grow: 1;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    color: #CCCCCC;
    border: none;
    border-left: 1px solid #E5E5E5;
    outline: none;
    background: none;
    font-size: 18px;
    line-height: var(--el-input-inner-height);
    -webkit-appearance: none;
}

/* input[type=checkbox] {
  visibility : hidden;
} */

.remember-checkbox {
    width: 30px;
    height: 30px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    background: #FFFFFF;
}

.check-group {
    margin-top: 20px;
}

    .check-group span {
        padding: 1px 10px;
        color: #666666;
        font-family: Source Han Sans CN;
        font-size: 18px;
        font-weight: 400;
    }

.forget {
    height: 18px;
    margin-right: 10px;
    color: #666666;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

.login-btn-wrapper {
    margin-top: 40px;
}

.submit-btn {
    width: 100%;
    height: 80px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(90deg, #8FCC32 0%, #7DBD1B 100%);
    box-shadow: 0px 7px 27px 0px rgba(126,190,28,.4);
}

    .submit-btn span {
        width: 85px;
        height: 19px;
        color: #FFFFFF;
        font-family: Source Han Sans CN;
        font-size: 20px;
        font-weight: 500;
        line-height: 36px;
    }

.register-account {
    width: 100%;
    height: 18px;
    margin-top: 35px;
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: 400;
}

    .register-account span {
        color: #999999;
    }

    .register-account a {
        color: #77B716;
    }

.copy-right {
    width: 550px;
    margin: 30px auto;
}

    .copy-right span {
        color: #999999;
        font-family: Source Han Sans CN;
        font-size: 14px;
        font-weight: 400;
    }

/* ��¼���� */


.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-col-start {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.flex-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-block .error {
    width: 450px;
    margin: 10px 0;
    padding: 2px 0px 2px 3px;
    color: #E6393D;
    border: 1px solid #FFBDBF;
    background: #FFEBEC;
}
