@layer base {
  :root,
  [data-theme] {
    background-color: var(--root-bg, var(--color-base-200));
    color: var(--color-base-content);
  }
}

html {
  font-family: "GT Walsheim Pro", sans-serif;
}

.fake {
  background: red;
}

.with-bg {
  background: url("../assets/bg_hero-blue-login.d26f5fd7c660.svg");
  background-size: cover;
  background-position: initial;
}

.outer {
  display: table;
  height: 100%;
  width: 100%;
  position: absolute;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.profile-wrapper > h1 {
  text-align: center;
}


/* Questionnare Form */
#div_id_phonenumber > select {
  width: 30%;
  margin-right: 10px;
}
