如何将 bootstrap 主题附加到蛋糕 php 项目中

how to attach bootstrap theme into cake php project

这是我的 Login.ctp 文件代码

  <?php
  echo $this->Flash->render('auth'); 
  echo $this->Form->create('User');
  echo $this->Form->input('username');
  echo $this->Form->input('password');
  //echo $this->Form->input('full_name');
  echo $this->Form->end('Log In');
 ?>

I want such Background(css using Admin Lt Theme

But I have this view after adding bootstrap CSS File

使用主题登录html .....