body.xbase {
  font-family: var(--FONT-FAMILY-MAIN-PRIMARY);
  font-size: var(--FONT-SIZE-MAIN-PRIMARY-NORMAL);
  font-weight: var(--FONT-WEIGHT-MAIN-PRIMARY-NORMAL);
  color: var(--COLOUR-GENERAL-TEXT-NORMAL);
}

body.xbase header {
  margin-bottom: 0;
}

body.xbase footer {
  padding: 0 0 0 0;
}

body.xbase footer.footer-dark a {
  padding-right: 1rem !important;
}

body.xbase .navbar {
  padding-left: 4px;
  padding-right: 4px;
}

body.xbase a,
body.xbase a:active,
body.xbase a:visited {
  color: var(--COLOUR-GENERAL-LINK-NORMAL);
}

body.xbase a:hover {
/*  color: var(--COLOUR-GENERAL-LINK-HOVER) !important; */
  text-decoration: none;
}

body.xbase p.forgot-password {
  display: block;
  margin-top: 1em;
}

body.xbase .col-sm-0,
body.xbase .col-md-0,
body.xbase .col-lg-0,
body.xbase .col-xl-0 {
  flex: 0 0 0;
  max-width: 0;
}
