/* Custom styles for PLANKA by GDS, variables set in the pre-run.sh */

#app div[class*="_cover_"][class*="_fullHeight"] {
    background: url(/assets/gds-dsit-gdad-cover.jpg?v=1) left/cover !important;
}

div[class^="_coverOverlay"] {
  background: none !important;
}

h1[class*="_formTitle"] {
  font-size: 0 !important;
  text-transform: none !important;
}

h1[class*="_formTitle"]::before {
  content: "Alpha";
  display: inline-block;
  color: #0c2d4a;
  background-color: #bbd4ea;
  margin-bottom: 0.3em;
  font-size: 20px;
  line-height: 1.3;
  padding: 2px 8px 3px;
  font-weight: normal !important;
}

h1[class*="_formTitle"]::after {
  content: "GDS Office of the\A Chief Technology Officer";
  font-size: 20px;
  white-space: pre;
  display: block;
  line-height: 1.5;
}

h2[class*="_formSubtitle"] {
    display: none !important;
}

a[class*="_logo"][class*="_title"] {
  font-size: 0 !important;
  line-height: normal !important;
  margin: auto auto !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

a[class*="_logo"][class*="_title"]::before {
  content: "GDS OCTO (Alpha)";
  font-size: 20px;
}
