13 lines
415 B
HTML
13 lines
415 B
HTML
<div fxLayout="column" fxFlexFill fxLayoutAlign="center center" style="background-image:url('../../../../../assets/images/login11.jpg');
|
|
margin-top: 10px;
|
|
height: 100%;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-size: cover; ">
|
|
<div fxLayout="column" >
|
|
<div class=" mat-elevation-z4">
|
|
<of-member-signin></of-member-signin>
|
|
</div>
|
|
</div>
|
|
</div>
|