.landing-layout {
  .landing-layout-header {
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
  }
  .ice-admin-layout-header {
    max-width: 1200px;
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between; // flex-start|flex-end|center|space-between|space-around;
    align-items: center;
    .ice-menu {
      background: transparent;
    }
  }

  .ice-admin-layout-footer-body {
    max-width: 1200px;
    width: 100%;
    margin: 45px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .ice-admin-layout-header-username {
    color: #fff;
  }

  .ice-layout-theme-light.ice-layout-header .ice-menu-item,
  .ice-layout-theme-light.ice-layout-header .ice-menu-item a {
    color: #fff;
    &:hover {
      color: #1b73ff;
    }
  }
}
