#app {
    width: 100%;
    /*max-width: 1920px;*/
    /*min-width: 1900px;*/
    display: flex;
    height: 1080px;
    margin: 0 auto;
}

.fd-left-bg {
    /*width: 1130px;*/
    flex: 1;
    background: url(../images/login/by.png) no-repeat;
    padding: 370px 84px 0px 84px;
}

.fd-hr {
    width: 40px;
    height: 6px;
    background: #0071C1;
    border-radius: 1px;
}

.fd-by-name {
    font-size: 30px;

    font-weight: 900;
    color: #FFFFFF;
    line-height: 24px;
    margin: 28px 0 34px 0;
}

.fd-by-text {
    font-size: 18px;
    font-family: ArialMT;
    color: #FFFFFF;
    line-height: 30px;
}

.fd-right-container {
    padding: 30px;
    background: #fff;
    width: 770px;
}

.fd-right-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fd-header-logo {
    height: 100%;
    background: url(../images/login/top_logo.png) no-repeat;
    background-size: 50px 50px;
    padding-left: 70px;

    font-size: 22px;
    font-weight: bold;
}

.fd-header-logo span {
    color: #0071c1;
}
.fd-operation-text{
    color: #666;
    font-size: 14;
    margin-right: 8px;
}
.fd-operation-but{
    color: #0071c1;
    cursor: pointer;
}
.fd-form-title{
    color: #333;
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
}
.fd-form-login{
    padding: 190px 115px 0 115px;
}
.fd-form-register{
    padding: 40px 115px 0 115px;
}
.fd-form-pwd{
    padding: 150px 115px 0 115px;
}
.el-form-item__label{
    line-height: 1;
}
.el-form-item{
    margin-bottom: 20px;
}
.fd-pwd-but{
    color: #0071C1;
    cursor: pointer;
    text-align: right;
}
.fd-login-but{
    height: 42px;
    background: #0071C1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 40px;
    line-height: 42px;
}
.fd-right-container{
    position: relative;
}
.fd-statement{
    position: absolute;
    text-align: center;
    bottom: 30px;
    width: 100%;
    left: 0;
}
.fd-register-text{
    text-align: center;
    margin-top: 19px;
}
.fd-pwd-text{
    text-align: center;
    color: #666;
    line-height: 24px;
    margin-bottom: 30px;
}
.fd-pwd-title{
    margin-bottom: 22px;
}
.fd-code-but{
    text-align: center;
    width: 168px;
    background: rgba(0, 113, 193, 0.1);
border-radius: 4px;
height: 40px;
line-height: 40px;
display: inline-block;
margin-left: 6px;
color: #0071C1;
cursor: pointer;
}
.fd-form-mail .el-form-item__content{
    display: flex;
}
.fd-form-mail .el-input{
    flex: 1;
}

.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before, .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{
    right: -10px;
}