| .. | .. |
|---|
| 57 | 57 | <div class="col-md-8 col-md-offset-2"> |
|---|
| 58 | 58 | <form role="form" class="form-horizontal" ng-controller="LoginCtrl" |
|---|
| 59 | 59 | ng-submit="submit()" name="loginForm"> |
|---|
| 60 | | - <p class="lead">Sign in application</p> |
|---|
| 60 | + <p class="lead">Sign in SeCuris</p> |
|---|
| 61 | 61 | <fieldset> |
|---|
| 62 | 62 | <div class="form-group"> |
|---|
| 63 | 63 | <label class="col-md-3 control-label" for="username">Username</label> |
|---|
| .. | .. |
|---|
| 78 | 78 | <button type="button" class="close" aria-hidden="true" ng-click="hideAlert()">×</button> |
|---|
| 79 | 79 | <span>{{$errormsg}}</span> |
|---|
| 80 | 80 | </div> |
|---|
| 81 | + <div class="form-group"> |
|---|
| 82 | + <div class="col-md-offset-3 col-md-10"> |
|---|
| 83 | + <button type="submit" class="btn btn-primary">Sign in</button> |
|---|
| 84 | + </div> |
|---|
| 85 | + </div> |
|---|
| 81 | 86 | </fieldset> |
|---|
| 82 | | - <button type="submit" class="btn btn-primary">Login</button> |
|---|
| 87 | + |
|---|
| 83 | 88 | </form> |
|---|
| 84 | 89 | </div> |
|---|
| 85 | 90 | </div> |
|---|