.bg-pinggu {

  .login-right {
    background: none;
    background-color: rgba(255, 255, 255, .9);

    .welcome-text {
      color: transparent;
      font-size: 0;
      display: flex;
      justify-content: center;

      &::after {
        content: '';
        width: 139px;
        height: 168px;
        background: url('/common/login/hansi/hansi-logo.png') no-repeat;
        background-size: 100% 100%;
      }
    }

    .tabs {
      font-size: 20px;

      .tab {
        color: rgba(1, 15, 35, 1)
      }

      .tab.active {
        color: rgba(25, 74, 147, 1);
        border-bottom: 2px solid rgba(25, 74, 147, 1);
      }
    }

    .login-button {
      background-color: rgba(25, 74, 147, 1);
    }
  }

  .login-form-container {
    height: 480px;
  }
}