|  |  | 
 |  |  |                 <div> | 
 |  |  |                     <AppBar position="static" sx={{ backgroundColor: '#3D4BA7' }}> | 
 |  |  |                         <Toolbar> | 
 |  |  |                             <Typography variant="h6" color="inherit">Welcome</Typography> | 
 |  |  |                             <Typography variant="h6" color="inherit">{translate("page.login.title")}</Typography> | 
 |  |  |                         </Toolbar> | 
 |  |  |                     </AppBar> | 
 |  |  |                 </div> | 
 |  |  | 
 |  |  |                 {tab === 0 && <Login tenantList={tenantList} />} | 
 |  |  |                 {tab === 1 && <Register tenantList={tenantList} />} | 
 |  |  |  | 
 |  |  |                 <Box mt={1} mb={1} sx={{ textAlign: 'center' }}> | 
 |  |  |                     <Typography variant="caption" align="center">Footer Goes Here</Typography> | 
 |  |  |                 <Box mb={1} sx={{ textAlign: 'center' }}> | 
 |  |  |                     <Typography variant="caption" align="center">{translate("page.login.footer")}</Typography> | 
 |  |  |                 </Box> | 
 |  |  |             </Card> | 
 |  |  |         </Box > |