fixed bugs on login screen
diff --git a/src/app/centers/center.component.html b/src/app/centers/center.component.html
index 1dd8e8e..7765d49 100644
--- a/src/app/centers/center.component.html
+++ b/src/app/centers/center.component.html
@@ -20,7 +20,7 @@
     <td-search-box #searchBox placeholder="{{'Search' | translate}}" (search)="search($event)" [alwaysVisible]="false"></td-search-box>
   </fims-layout-card-over-header-menu>
   
-  <table style="width:100%; font-size: 12px;">
+  <table style="width:100%; font-size: 14px;">
     <tr>
       <th>Name</th>
       <th>Account #</th> 
diff --git a/src/app/centers/form/form.component.html b/src/app/centers/form/form.component.html
index c4d88e3..cbfe883 100644
--- a/src/app/centers/form/form.component.html
+++ b/src/app/centers/form/form.component.html
@@ -43,7 +43,8 @@
                         noSelectionMessage="{{'No office assigned to employee, yet.' | translate}}">
     </fims-select-list>
 <br/>
-    <mat-form-field>
+
+   <mat-form-field>
       <mat-select placeholder="Select Staff">
         <mat-option *ngFor="let staff of staffs" [value]="staff.value">
           {{staff.viewValue}}
@@ -51,7 +52,7 @@
       </mat-select>
     </mat-form-field>
     
-    
+   
     <ng-template td-step-actions>
       <fims-form-continue-action (onContinue)="groupStep.open()"></fims-form-continue-action>
     </ng-template>
diff --git a/src/app/collection/collection.component.html b/src/app/collection/collection.component.html
index 1a67832..62e6477 100644
--- a/src/app/collection/collection.component.html
+++ b/src/app/collection/collection.component.html
@@ -21,7 +21,7 @@
     </mat-form-field>
     <br/>
 
-    <button mat-raised-button color="primary">
+    <button mat-raised-button color="primary" class="button">
       Productive Collection Sheet
    </button>
    <br/>
diff --git a/src/app/collection/collection.component.scss b/src/app/collection/collection.component.scss
index 5fd559d..1140c93 100644
--- a/src/app/collection/collection.component.scss
+++ b/src/app/collection/collection.component.scss
@@ -1,3 +1,7 @@
 mat-form-field{
     margin-left: 50px;
 }
+
+.button{
+    margin-left:20%;
+}
diff --git a/src/app/main/main.component.html b/src/app/main/main.component.html
index 322d1ed..c9d513c 100644
--- a/src/app/main/main.component.html
+++ b/src/app/main/main.component.html
@@ -51,8 +51,8 @@
           <mat-icon>arrow_drop_down</mat-icon>
         </button>
         <mat-menu #report="matMenu">
-          <a mat-menu-item [routerLink]="['/reporting']">Member</a>
-          <a mat-menu-item [routerLink]="['/reporting/deposits']">Deposit</a>
+          <a mat-menu-item [routerLink]="['/reports']">Member</a>
+          <a mat-menu-item [routerLink]="['/deposits']">Deposit</a>
          
         </mat-menu>
       </li>
@@ -75,15 +75,7 @@
     </div>
     <div class="search1">
     <ul id="menu">
-      <li>
-        <input matInput placeholder="click or press alt + X to Search" type="text" class="fineract-toolsearch">
-      </li>
      
-      <li class="dropdown-button">
-        <button mat-icon-button [routerLink]="['/navbar/notification']">
-          <mat-icon>notifications</mat-icon>
-        </button>
-      </li>
       <li>
         <button mat-button [matMenuTriggerFor]="mifos" class="dropdown-button">Fineract CN
           <mat-icon>arrow_drop_down</mat-icon>
diff --git a/src/app/main/main.component.scss b/src/app/main/main.component.scss
index 94b91a5..e30caba 100644
--- a/src/app/main/main.component.scss
+++ b/src/app/main/main.component.scss
@@ -68,10 +68,11 @@
 }
 ul#menu li{
   display: inline;
+  
 }
 .search1{
   
-  margin-left:8%;
+  margin-left:0;
   
 }
 .fineract-toolsearch{