You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

39 lines
1.0 KiB

<div class="bootstrap-wrapper">
<div class="container mt">
<div class="row">
<div class="col-md-6 offset-md-3">
<div class="container text-center">
<img
class="ing-fluid"
style="width:100px"
src="/assets/password.png"
alt=""
/>
</div>
<h1 class="text-center">Login here !!</h1>
<form action="">
<mat-form-field class="full-width">
<mat-label>Username</mat-label>
<input type="text" matInput />
</mat-form-field>
<mat-form-field class="full-width">
<mat-label>Password</mat-label>
<input type="password" matInput />
</mat-form-field>
<div class="container" text-center>
</div>
</form>
</div>
</div>
</div>
</div>