
.login_content{
    margin: 100px auto;
    width: 1200px;
    position: relative;
}
.login_border{width: 520px;position: absolute;left: 20%}
.layui-form{padding-bottom: 50px}
.login_border_p{width: 200px;margin-left:126px;text-align: center;height: 50px;line-height: 50px;font-size: 26px;color: #4e6ef2;margin-top: -50px;margin-bottom: 50px;border-radius: 10px}

.custom-form .el-form-item__label {
    color: rgba(0,0,0,.85) !important;
}
.custom-form .custom-form-code .el-input-group__append{
    background: #4e6ef2;
    color: #fff !important;
}
/* 设置倒计时按钮文字颜色为白色 */
.custom-form .el-button:disabled,
.el-button.is-loading {
    color: white !important;  /* 设置文字颜色为白色 */
}

/* 如果倒计时文本变成灰色时，也设置倒计时文字为白色 */
.custom-form .el-button:disabled {
    background-color: #409EFF;  /* 可选：如果你希望禁用状态的背景保持原来的蓝色 */
}

.custom-form .submit-button{
    background: #4e6ef2;
    color: #fff;
    border: 1px solid #4e6ef2;
}
/* 设置选中的 checkbox 背景颜色为蓝色 */
.custom-form .el-checkbox.is-checked .el-checkbox__inner {
    background-color: #4e6ef2 !important;  /* 设置背景颜色为蓝色 */
    border-color: #4e6ef2 !important;      /* 设置边框颜色为蓝色 */
}

/* 设置 checkbox 文字颜色为黑色 */
.custom-form .el-checkbox__label {
    color: rgba(0,0,0,.85)  !important;  /* 设置文字颜色为黑色 */
}
