html, body {
	margin: 0;
	height: 100%;
	overflow: hidden
}

.center {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

#language-selector {
	margin-top: -10px;
	position: fixed;
	width: 88px;
}

.footer--compact .nav-link {
	color: #333333;
}

.page-title {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: TheSans;
  font-size: 40px;
  font-weight: 400;
  font-stretch: normal;
  padding-top: 30px !important;
  line-height: 48px;
  letter-spacing: 0;
  padding-bottom: 10px;
}

.bg-white {
  background-color: #fff !important;
}

.login-panel {
  max-width: 390px;
  padding: 0 21px 20px;
  font-weight: 400;
}

#mainContentRow {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* Footer */

.footer-desktop {
  background: #cfd5d9 !important;
}

/* Elements */

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.align-content-center {
  align-content: center;
}

.flex-direction-col {
  flex-direction: column;
}

.bg-grey-light {
  background-color: #eef3f6;
}

.bg-grey-darker {
  background-color: #cfd5d9;
}

.theme-border {
  border-top: 3.7px solid var(--colorTheme);
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-t-10 {
  padding-top: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
  ;
}

.m-t-20 {
  margin-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.sub-info {
  font-weight: 600;
  font-size: 16px;
}

/* divider */

.welcomeLink {
  margin-bottom: 0;
}

.divider, hr {
  margin: 20px 0 !important;
}

.btn-right {
    position:absolute;
    top:0;
    right:0;
}
