@charset "UTF-8";
/* © DialogueTrainer */
/* © DialogueTrainer */
/* © DialogueTrainer */
/* © DialogueTrainer */
/* © DialogueTrainer */
/* © DialogueTrainer */
/* © DialogueTrainer */
@media screen and (max-width: 600px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
}

/* © DialogueTrainer */
/* © DialogueTrainer */
:root {
  --wrapper-background: #F8FAFC;
}

#main {
  position: relative;
  z-index: 0;
  overflow: auto;
  background-color: var(--wrapper-background);
}
#main.testing {
  --wrapper-background: rgb(255, 231.0209424084, 140.5);
}

#content {
  display: flex;
  container: initial;
  overflow: visible;
}
#main:not(.withMedia) #content > * {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  #content {
    flex-direction: column;
    align-items: center;
  }
  #content .visual {
    order: -1;
    align-self: stretch;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  justify-content: center;
  width: 500px;
  min-height: -moz-min-content;
  min-height: min-content;
  gap: 20px;
  padding: 72px;
}
@media screen and (max-width: 500px) {
  .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 36px;
  }
}

.visual {
  position: relative;
  z-index: -1;
  display: flex;
  flex-grow: 1;
  padding: 72px;
  margin: 0 !important;
  color: white;
  justify-items: flex-end;
  padding-inline-start: 133.3333333333px;
}
@media screen and (max-width: 1024px) {
  .visual {
    padding: 36px;
    padding-block-end: 66.6666666667px;
  }
}

.branding {
  align-self: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.branding img {
  width: 250px;
}

.box {
  display: block;
  color: #1E293B;
}
.box h1 {
  height: auto;
  padding-bottom: 10px;
  margin: 0;
  font-size: 1.25em;
  line-height: normal;
}
.box h3 {
  margin-top: 0;
}
.box label {
  display: block;
  font-weight: 400;
}
.box input[type=checkbox] + label {
  display: inline;
}
.box input:not([type=checkbox]) {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.box input:not([type=checkbox]),
.box .button {
  margin: 5px 0 10px;
}
.box input:not([type=checkbox]):last-of-type,
.box .button:last-of-type {
  margin-bottom: 0;
}
.box .password {
  margin-bottom: 0;
}

#submitButton {
  display: flex;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  gap: 8px;
}

hr {
  margin: 30px 0;
  border: none;
  border-bottom: 1px solid rgba(30, 41, 59, 0.1);
}

.separator {
  overflow: hidden;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.separator span {
  position: relative;
}
.separator span::before, .separator span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}
.separator span::before {
  right: 100%;
  margin-right: 15px;
}
.separator span::after {
  left: 100%;
  margin-left: 15px;
}

.copyrightfooter a {
  color: currentColor;
  text-decoration: none;
  opacity: 0.5;
}

.button.sso {
  position: relative;
  display: flex;
  background-color: #F8FAFC;
  border: 1px solid #CBD5E1;
  border-radius: 16px;
  box-shadow: none;
  transition: color 0.15s, background 0.15s;
  gap: 8px;
}
.button.sso img {
  filter: grayscale(1) contrast(1.5);
}
.button.sso svg {
  width: 16px;
  height: 16px;
  margin: 0;
  fill: currentColor;
}
.button.sso span {
  flex-grow: 1;
  text-align: left;
}
.button.sso:hover img {
  filter: none;
  mix-blend-mode: normal;
}

.sso.solis:hover {
  color: black;
  background: #FFCD00;
}

.sso.studystore:hover {
  background: #2DAFE6;
}

.sso.studiebijdehand:hover {
  color: black;
  background: #EFEFEF;
}
.sso.studiebijdehand img {
  margin-inline-end: 4px;
}

.sso.mbowebshop:hover {
  background: #E17900;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notice {
  display: block;
  padding: 5px;
  margin: 5px 0;
  color: rgb(146.2532467532, 81.3246753247, 5.2467532468);
  background: rgb(253.1818181818, 230.6818181818, 204.3181818182);
  border: 1px solid #f79420;
  border-radius: 3px;
  margin-bottom: 15px;
  text-align: left;
}
.notice:empty {
  display: none;
}

#buttons > *:last-child {
  margin-top: 10px;
}

#language:last-child {
  margin-right: 20px;
}

#requestPasswordResetDialog .modal__content span,
#requestPasswordResetSuccessDialog .modal__content span {
  font-weight: 500;
  color: black;
}

#requestPasswordResetIdentifierInput {
  display: inline;
  width: 50%;
  margin: 5px;
}

.legal > div {
  margin-bottom: 10px;
}
.legal > div > div {
  margin-bottom: 5px;
}

.media {
  position: absolute;
  z-index: -1;
  text-align: center;
  pointer-events: none;
  background: linear-gradient(to bottom, #334155, #1E293B);
  inset: 0;
  inset-block-start: -70px;
  inset-inline-start: -133.3333333333px;
}
.media video, .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 35% 30%;
     object-position: 35% 30%;
  max-width: 1600px;
}
.media video {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.media video:not(.hidden) {
  animation: fade-in 0.75s forwards;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .media {
    inset-inline-start: 0;
    inset-block-end: -33.3333333333px;
  }
  .media video, .media img {
    max-width: 600px;
  }
}
@media screen and (max-width: 600px) {
  .media {
    inset-block-start: -50px;
  }
}
.media #divider,
.media #divider-horizontal {
  position: absolute;
  inset: 0;
  fill: var(--wrapper-background);
  transform: scaleX(var(--transform-direction));
}
.media #divider {
  width: 400px;
  height: 100%;
  inset-inline: -1px auto;
}
@media screen and (max-width: 1024px) {
  .media #divider {
    display: none;
  }
}
.media #divider-horizontal {
  width: 100%;
  height: 100px;
  inset-block: auto -1px;
}
@media screen and (min-width: 1024px) {
  .media #divider-horizontal {
    display: none;
  }
}

.banner {
  flex: 0 1 auto;
  align-self: flex-end;
}
.banner > * {
  max-width: 1024px;
  margin: 0;
}
.banner .header {
  margin-bottom: 0.25em;
  font-family: poppins, "Open Sans", helvetica, arial, sans-serif;
  font-size: min(max(28pt, 2.5vw), 40pt);
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .banner .header {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
.banner .subheader {
  font-size: min(max(16pt, 1.25vw), 28pt);
  font-weight: 200;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .banner .subheader {
    font-size: 1.1rem;
    font-weight: 400;
  }
}
.banner .badges {
  display: flex;
  margin-top: 2em;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .banner .badges {
    display: none;
  }
}
.banner .badges > div {
  display: grid;
  width: 80px;
  height: 80px;
  padding: 4px;
  background-color: #F1F5F9;
  border: 1px solid #CBD5E1;
  border-radius: 16px;
  place-items: center;
}
.banner .badges img {
  width: 100%;
}

.withMedia #toolbar-main .button.outline:not(:hover),
.withMedia #toolbar-main .toolbar-item {
  color: white;
}

html, body, #wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
}/*# sourceMappingURL=auth.css.map */
