@@ -11,7 +11,7 @@ <h3 class="m-0">
11
11
< form #loginForm ="ngForm " class ="kt-form " method ="post " novalidate (ngSubmit) ="login() ">
12
12
13
13
< div class ="form-group ">
14
- < input #userNameOrEmailAddressInput ="ngModel " [(ngModel)] ="loginService.authenticateModel.userNameOrEmailAddress " autoFocus class ="form-control m-input " type ="text " autocomplete ="new-password " placeholder ="{{'UserNameOrEmail ' | localize}} * " name ="userNameOrEmailAddress " required />
14
+ < input #userNameOrEmailAddressInput ="ngModel " [(ngModel)] ="loginService.authenticateModel.userNameOrEmailAddress " autoFocus class ="form-control m-input " type ="text " autocomplete ="new-password " placeholder ="{{'Email ' | localize}} * " name ="userNameOrEmailAddress " required />
15
15
< validation-messages [formCtrl] ="userNameOrEmailAddressInput " *ngIf ="!userNameOrEmailAddressInput.touched "> </ validation-messages >
16
16
</ div >
17
17
@@ -20,12 +20,12 @@ <h3 class="m-0">
20
20
< validation-messages [formCtrl] ="passwordInput " *ngIf ="!passwordInput.touched "> </ validation-messages >
21
21
</ div >
22
22
23
- < div class ="form-group mt-4 ">
23
+ < div class ="form-group mt-4 justify-content-between d-flex ">
24
24
< label class ="kt-checkbox ">
25
25
< input class ="form-control " [(ngModel)] ="loginService.rememberMe " type ="checkbox " name ="rememberMe " value ="true " /> {{"RememberMe" | localize}}
26
- < span > </ span >
27
- < a routerLink ="/account/forgot-password " id ="forget-password " class ="kt-link kt-login__link-forgot "> {{"ForgotPassword" | localize}}</ a >
26
+ < span > </ span >
28
27
</ label >
28
+ < a routerLink ="/account/forgot-password " id ="forget-password " class ="kt-link kt-login__link-forgot "> {{"ForgotPassword" | localize}}</ a >
29
29
</ div >
30
30
31
31
<!-- <p *ngIf="useCaptcha" class="mt-2 form-text text-muted">
@@ -36,8 +36,8 @@ <h3 class="m-0">
36
36
<re-captcha #recaptchaRef (resolved)="captchaResolved($event)" [siteKey]="recaptchaSiteKey"></re-captcha>
37
37
</div> -->
38
38
39
- < div class ="kt-login__actions ">
40
- < button type ="submit " class ="btn btn-primary btn-elevate kt-login__btn-primary " [disabled] ="!loginForm.form.valid "> {{"LogIn " | localize}}</ button >
39
+ < div class ="kt-login__actions justify-content-center ">
40
+ < button type ="submit " class ="btn btn-primary btn-elevate kt-login__btn-primary btn-pill " [disabled] ="!loginForm.form.valid "> {{"Sign In " | localize}}</ button >
41
41
</ div >
42
42
</ form >
43
43
0 commit comments