title = 'Login'; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

Please fill out the following fields to login:

'login-form']); ?> field($model, 'username', [ 'options' => [ 'class' => 'input-field' ] ])->textInput(['autofocus' => true]) ?> field($model, 'password',[ 'options' => [ 'class' => 'input-field' ] ])->passwordInput() ?> field($model, 'rememberMe', [ 'template' => '

{input}{label}

{error}' ])->checkbox([], false) ?>
If you forgot your password you can .
'btn btn-primary', 'name' => 'login-button']) ?>