/*utilized to change the color of the tool-bar from blue to white*/
.signin-toolbar .md-toolbar-tools {
  background-color: #FFFFFF;
}

/*required to change the color for the sign dialog toolbar*/
md-toolbar:not(.md-menu-toolbar).md-accent {
  background-color: #242220 !important ;
}


.main-sidenav .bottom-logo img {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}