/**
 * @file
 * A place for custom styles
 */

body.gin-login .toolbar-icon-home {
  max-height: 76px !important;
  object-fit: contain;
  object-position: left;
}

body.gin-login .content-header {
  display: flex;
  align-items: center;
}

body.gin-login .content-header > .layout-container {
    width: 100%;
}