.login-bac {
    width: 1920px;
    height: 100vh;
    background: url('/static/assets/index-bg.png') no-repeat 100% 100%;
    position: relative;
    background-size: cover;
    -o-background-size: cover;
}

.login-block {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 560px;
    height: 570px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 20px 50px 0px rgba(228, 185, 185, 0.3);
    border-radius: 4px;
}

/* .left-img {
  background: url('../../assets/login_img.png') no-repeat ;
  width: 1034px;height: 862px;
} */
.right-view {
    padding:32px;
    font-size: 28px;
    position: relative;
    text-align: left;
}
.right-view .el-form-item__label {
    font-size: 20px;
}
.login-bottom-view {
    margin-top: 64px;
}
.login-top-img {
    margin-top: 30px;
    width: 50px;
    height: 50px;
}

.right-view .el-form-item input {
    color: #000;
    border-color: #f3f3f3;
    background-color: #ffffff;
    height: 56px;
    line-height: 56px;
}

.right-view .el-input {
    color: #000;
    border-color: #f3f3f3;
    background-color: #ffffff;
    height: 56px;
    font-size: 16px;
    line-height: 56px;
}

.login-btn {
    color: #fff;
    /* background-image: linear-gradient(45deg,"#46D4E6","#46D4E6") !important; */
    background: #C4201D;
    width: 100%;
    height: 64px;
    border: none;
}

.redirect-btn{
    color: #fff;
    /* background-image: linear-gradient(45deg,"#46D4E6","#46D4E6") !important; */
    background: #333333;
    width: 100%;
    height: 64px;
    border: none;
    align-items: center;
    display: flex;
    justify-content: center;
}

.login-btn:hover {
    color: #153542;
}
.redirect-btn:hover {
    color: #ffffff;
}
.login-sb-view {
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.form-itemlabel {
    width: 80px;
    margin-right: 10px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.redirect{
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}


input:-moz-placeholder,
textarea:-moz-placeholder {
    color: white !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: white !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: white !important;
}

.input-text{
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    -webkit-appearance: none;
    background-color: #FFFFFF;
    background-image: none;
    border-radius: 4px;
    color: #606266;
    border: 1px solid #DCDFE6;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    outline: none;
    padding: 0 15px;
    width: 490px;
}
.them-color{
    color: #D52720;
}
