|
@@ -1,16 +1,31 @@
|
|
|
-<form fxLayout="column" fxLayoutAlign="start stretch">
|
|
|
+<form class="form" fxLayout="column" fxLayoutAlign="start stretch">
|
|
|
<main>
|
|
|
<h1>Welcome Back!</h1>
|
|
|
<span>Sign in to continue</span>
|
|
|
</main>
|
|
|
|
|
|
- <label class="label">Email</label>
|
|
|
+ <label class="label gap-5" fxLayout="row" fxLayoutAlign="start center">
|
|
|
+ <img
|
|
|
+ src="../../../../assets/images/email.jpg"
|
|
|
+ alt="email.jpg"
|
|
|
+ title="email"
|
|
|
+ style="width: 15px"
|
|
|
+ />
|
|
|
+ <span>Email</span></label
|
|
|
+ >
|
|
|
<input type="email" placeholder="Enter your email address" />
|
|
|
<!-- <mat-form-field appearance="outline" class="custom-input">
|
|
|
<input type="email" placeholder="Enter your email address" />
|
|
|
</mat-form-field> -->
|
|
|
|
|
|
- <label class="label mt-1">Enter your password</label>
|
|
|
+ <label class="label mt-1 gap-5" fxLayout="row" fxLayoutAlign="start center">
|
|
|
+ <img
|
|
|
+ src="../../../../assets/images/password.jpg"
|
|
|
+ alt="password.jpg"
|
|
|
+ title="password"
|
|
|
+ />
|
|
|
+ <span> Enter your password</span></label
|
|
|
+ >
|
|
|
<input type="password" placeholder="Enter password" />
|
|
|
|
|
|
<p fxLayout="row" fxLayoutAlign="end center">
|