/*!
 * Deepak 18/05/2023
 * External Style sheet.
 */

.home-logo {
	height: 80px;
	width: 50%;
	position: absolute;
	margin-left: 60px;
}

#passwordDialog {
  display: flex; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgba(0,0,0,0.4);
  justify-content: center;
  align-items: center;    
  min-height: 100vh;
}

#announcementDialog {
  display: flex; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgba(0,0,0,0.4);
  justify-content: center;
  align-items: center;    
  min-height: 100vh;
}
