.app-lock-scren{
    cursor:pointer;
    .app-lock-scren__caption {
        margin-left: 8px;
    }
}
.el-dialog.lockscren-body{
  height: auto;
  .el-dialog__header{
    height: auto;
  }
  .el-dialog__body{
    height: auto;
    display: flex;
    align-items: center;
    .el-form{
      width: 100%;
    }
  }
}