|
5 | 5 | $idurl = 'userurl'; |
6 | 6 |
|
7 | 7 | echo div_open('class="contain-login d-flex"'); |
8 | | - echo div_open('class="contain-fund d-flex justify-content-center align-items-center"'); |
9 | | - echo heading('Currency Manager',1,'class="text-white display-1" style="font-family: cursive;"'); |
10 | | - echo div_close(); |
11 | | - echo div_open('class="mx-auto my-auto"'); |
12 | | - echo form_open($controllerlogin, array('method'=> 'post', 'class' => 'needs-validation')); |
13 | | - echo heading('Please login',1,'class="text-dark display-1 text-center" style="font-family: cursive;"'); |
| 8 | + // echo div_open('class="contain-fund d-flex justify-content-center align-items-center"'); |
| 9 | + // echo heading('Currency Manager',1,'class="text-white display-1" style="font-family: cursive;"'); |
| 10 | + // echo div_close(); |
| 11 | + echo div_open('class="mx-auto my-auto py-3 px-3" style=" |
| 12 | + border-radius: 11px; |
| 13 | + background-color: #ffffffc4;"'); |
| 14 | + echo heading('Currency Manager',1,'class="text-dark display-1 text-center" style="font-family: cursive;"'); |
| 15 | + echo form_open($controllerlogin, array('method'=> 'post', 'class' => 'needs-validation w-75 mx-auto my-auto')); |
14 | 16 | echo div_open('class="form-group"'); |
15 | 17 | echo form_label('Email;', $idmail); |
16 | 18 | echo form_input(array('name'=>$idmail, 'id'=>$idmail, 'type'=>'email', 'class'=>'form-control', 'aria-describedby'=>'emailHelp', 'placeholder'=>'user_name@configuredomain.com', 'required') ); |
|
24 | 26 | echo div_close(); |
25 | 27 | echo form_hidden($idurl,$$idurl); |
26 | 28 | echo br(); |
27 | | - echo form_submit('makelogin', 'Get me in' , array('class'=>'btn btn-outline-success w-100')); |
| 29 | + echo form_submit('makelogin', 'Get me in' , array('class'=>'btn btn-success w-100')); |
28 | 30 | echo form_close(); |
29 | 31 | echo div_close(); |
30 | 32 | echo '<footer class="footer pb-4 position-fixed bottom-0" >'; |
|
0 commit comments