
  .login-layout {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
  }

  .col-item {
    flex-shrink: 0;
    height: 100vh
  }

  .col-item,
  .col-l {
    position: relative
  }

  .col-l {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }

  .col-l .main-wrap {
    width: 100%;
    max-width: 380px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
  }

  .col-l .logo {
    position: fixed;
    top: 40px;
    left: 40px;
    width: 180px;
    cursor: pointer
  }

  .login-wrap {
    width: 380px;
    color: #535356;
    text-align: center;
  }

  .login-wrap .title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    color: #111;
  }

  .login-wrap .link {
    margin-left: 8px;
    color: #ff8a00;
  }

  .link {
    background: #fff !important;
  }

  .el-form-item--small.el-form-item {
    margin-bottom: 18px;
  }

  .el-form-item:after,
  .el-form-item:before {
    display: table;
    content: "";
  }

  .el-form-item--small .el-form-item__content,
  .el-form-item--small .el-form-item__label {
    line-height: 32px;
  }

  .el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
  }

  .el-form-item:after {
    clear: both;
  }

  .el-form-item:after,
  .el-form-item:before {
    display: table;
    content: "";
  }

  .login-wrap .login-btn {
    margin: 0 0 10px;
  }

  .login-wrap .admin-button {
    background: #ff7300;
    color: #fff;
    border: none;
  }

  .login-wrap .google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    width: 380px;
    height: 50px;
    font-size: 16px;
    color: #111;
    font-weight: 400;
    border: 1px solid #e5e6eb;
    border-radius: 4px;
  }

  .el-button.admin-button {
    color: #fff;
    font-size: 16px;
    background: rgba(255, 138, 0, .9);
    border: none;
  }

  .el-button--small {
    padding: 9px 15px;
  }

  .el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
  }

  .el-divider--horizontal {
    display: block;
    height: 1px;
    width: 100%;
    margin: 24px 0;
  }

  .el-divider {
    background-color: #dcdfe6;
    position: relative;
  }

  .el-divider__text.is-center {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .el-divider__text {
    position: absolute;
    background-color: #fff;
    padding: 0 20px;
    font-weight: 500;
    color: #303133;
    font-size: 14px;
  }

  .login-wrap {
    width: 380px;
    color: #535356;
    text-align: center;
  }

  .login-wrap .form-item .el-input__inner {
    height: 44px;
  }

  .el-input__inner {
    font-size: 14px;
    color: #111;
    cursor: pointer;
  }

  .el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
  }

  .el-input--small .el-input__inner {
    height: 32px;
    line-height: 32px;
  }

  .login-wrap .login-google {
    width: 20px;
    height: 20px;
    margin-right: 7px;
  }

  .col-r .bg-video {
    position: absolute;
    top: -60px;
    left: -200px;
  }

  .col-r {
    position: relative;
    width: 60%;
    height: 100%;
    background: #ff9800;
    overflow: hidden;
  }

  .login-wrap .custom-from {
    display: flex;
    justify-content: space-between;
    gap: 8px;
  }
