/* Make the top bar's background in the sign-in page white so we can see the logo */
md-toolbar.signin-toolbar {
  background-color: #FFFFFF;
}

/* After sign-in make the background behind the logo white */
md-sidenav#sidenav md-content.sidenav .menu-section-logo {
  background-color: #AF272F;
}

.box1 {
  background-size: cover;
  background-position-y: bottom;
}