@font-face {
  font-family: "Vista Sans OT2";
  src: url("./fonts/VistaSansOT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "VistaSansMedRegular";
  src: url("./fonts/vistasansmed-071211005EmigreWebOnly.eot");
  src: url("./fonts/vistasansmed-071211005EmigreWebOnly.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/vistasansmed-071211005EmigreWebOnly.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Vista Sans OT";
  src: url("./fonts/vistasanslight-071211005EmigreWebOnly.eot");
  src: url("./fonts/vistasanslight-071211005EmigreWebOnly.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/vistasanslight-071211005EmigreWebOnly.woff") format("woff");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Vista Sans OT";
  src: url("./fonts/vistasansreg-071211005EmigreWebOnly.eot");
  src: url("./fonts/vistasansreg-071211005EmigreWebOnly.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/vistasansreg-071211005EmigreWebOnly.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --grey04: #999998;
  --grey03: #bdbdbb;
  --app-height: 100%;
}
:root * {
  font-family: "Vista Sans OT";
}

.form-group {
  margin: 0 !important;
}

.form-control:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus {
  box-shadow: none;
  border-color: #00b2e6 !important;
  box-shadow: none !important;
}

input[type="email"]:focus-visible,
input[type="text"]:focus-visible,
input[type="password"]:focus-visible {
  outline: 0 !important;
}

a {
  height: 27px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  text-decoration-line: underline;
  color: #00b2e6;
}

h1 {
  margin: 0;
}

h3.description {
  margin-top: 0;
  line-height: 26px;
  font-weight: 400;
}

p.description {
  margin-top: 0;
  line-height: 26px;
  font-weight: 400;
  font-size: 16px;
}

.panel-subTitle {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.card-pf,
.keycloak-container {
  padding: 40px 16px 30px 16px !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  min-height: var(--app-height);
  box-shadow: none;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.flex-col {
  flex-direction: column;
}

.text-center {
  text-align: center;
}

.text-black {
  color: #3b3b3a !important;
}

.text-dark-grey {
  color: #525251 !important;
}

.leading-none {
  line-height: 1;
}

.mta {
  margin-top: auto;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.font-medium {
  font-weight: 500;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.df-ma {
  display: flex;
}
.df-ma > * {
  margin: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-auto {
  margin-top: auto;
}

.uppercase {
  text-transform: uppercase;
}

.d-none {
  display: none;
}

.w-100 {
  width: 100% !important;
}

.justify-between {
  justify-content: space-between;
}

.size-16 {
  font-size: 16px;
}

.size-34 {
  font-size: 34px;
}

.height-42 {
  line-height: 42px;
}

.logo-login {
  display: flex;
}
.logo-login > img {
  margin: auto;
  max-width: 190px;
  width: 100%;
}

.input-container {
  position: relative;
}
.input-container label {
  position: absolute;
  top: 6px;
  left: 16px;
  font-style: italic;
  color: var(--grey04);
  line-height: 20px;
  font-size: 14px;
}
.input-container input[type="text"],
.input-container input[type="email"],
.input-container input[type="password"] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 26px 16px 10px 16px;
  color: black;
  font-size: 16px;
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: 1px solid #d9d9d7;
  border-radius: 6px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  outline-color: #00b2e6;
}
.input-container input[type="text"]::-moz-placeholder,
.input-container input[type="email"]::-moz-placeholder,
.input-container input[type="password"]::-moz-placeholder {
  color: var(--grey03) !important;
  font-style: normal;
}
.input-container input[type="text"]::placeholder,
.input-container input[type="email"]::placeholder,
.input-container input[type="password"]::placeholder {
  color: var(--grey03) !important;
  font-style: normal;
}

form:invalid input[type="submit"] {
  background-color: #f8f8f6;
  color: #bdbdbb;
  border-color: #bdbdbb;
}

input[type="submit"],
a.as-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 32px;
  gap: 12px;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  color: #00b2e6;
  border-color: #00b2e6;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  flex: none;
  order: 0;
  flex-grow: 1;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
}
input[type="submit"]:hover:active,
a.as-button:hover:active {
  background-color: #f8f8f6;
}
input[type="submit"]:hover,
a.as-button:hover {
  background-color: #00b2e6;
  color: white;
}
input[type="submit"]:focus,
input[type="submit"]:active,
a.as-button:focus,
a.as-button:active {
  background-color: #00b2e6;
  color: white;
}

a.as-button {
  width: -moz-fit-content;
  width: fit-content;
}

.dark-button {
  color: #3b3b3a !important;
  border-color: #3b3b3a !important;
}
.dark-button:hover {
  background-color: white !important;
}

.primary-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 32px;
  gap: 12px;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  color: #00b2e6;
  border-color: #00b2e6;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  flex: none;
  order: 0;
  flex-grow: 1;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
}

.secondary-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 16px;
  gap: 12px;
  width: 100%;
  height: 56px;
  color: #3b3b3a;
  border: 1px solid #3b3b3a;
  border-radius: 30px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 1;
  text-decoration: none;
}
.secondary-button:hover {
  text-decoration: none;
}

.error,
.username-error {
  display: block;
  margin-top: 5px;
  margin-left: 16px;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ec6f6f !important;
}

.username-error a {
  font-style: italic;
}

.welcome-create {
  font-style: normal;
  font-weight: 390;
  font-size: 34px;
  line-height: 42px;
  display: flex;
  align-items: flex-end;
  font-feature-settings: "kern" off;
  color: #3b3b3a;
}

.invitation-intro {
  height: 104px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #525251;
}

.invitation-group input {
  padding: 15px;
}
.invitation-group input:focus-visible {
  outline-color: #00b2e6;
}

.invitation-access {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #525251;
}

.term-form-wrapper {
  position: relative;
  margin-top: 16px;
}
.term-form-wrapper input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.term-form-wrapper label {
  padding-left: 1.7rem;
  cursor: pointer;
}

.auto-height {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 60px;
  margin-bottom: 40px;
}

.panel-body {
  padding: 0;
}

.login-pf-page {
  padding: 0;
  width: 100%;
}

#update-password-panel-wrapper .reset-password {
  display: block;
}
#update-password-panel-wrapper .reset-password-submitted {
  display: none;
}
#update-password-panel-wrapper.submitted .reset-password {
  display: none;
}
#update-password-panel-wrapper.submitted .reset-password-submitted {
  display: block;
}

#password:focus ~ #input-error-password-2,
#password-new:focus ~ #input-error-password-2 {
  display: block;
}

#input-error-password-2 {
  display: none;
}
#input-error-password-2 p {
  margin-bottom: 0.1rem;
  color: #ec6f6f;
}
#input-error-password-2 li {
  list-style-type: none;
}
#input-error-password-2.upperlower-valid.special-char-valid.eight-letters-valid {
  display: none !important;
}
#input-error-password-2.upperlower-valid #uppercase,
#input-error-password-2.special-char-valid #special-char,
#input-error-password-2.eight-letters-valid #eight-letters {
  display: none;
}

#password-confirm:focus ~ #input-error-passwords-match {
  display: block;
}

#input-error-passwords-match {
  display: none;
}
#input-error-passwords-match.passwords-match {
  display: none !important;
}

div#kc-header {
  display: none;
}

#kc-locale {
  display: none;
}

#kc-terms-text {
  font-size: 16px;
}

.term-form-wrapper label {
  font-size: 16px;
}

body {
  background: none !important;
  background-image: none !important;
}

html.login-pf {
  background: none;
}

.otc {
  position: relative;
  width: 320px;
  margin: 0 auto;
}

.reset-second-screen {
  display: none;
}

.password-reset-wrapper.submitted .panel-title {
  visibility: hidden;
}
.password-reset-wrapper.submitted .description {
  display: none;
}
.password-reset-wrapper.submitted ~ .panel-body #kc-form-options,
.password-reset-wrapper.submitted ~ .panel-body .input-container,
.password-reset-wrapper.submitted ~ .panel-body .btn-success {
  display: none;
}
.password-reset-wrapper.submitted ~ .reset-second-screen {
  display: block;
}
.password-reset-wrapper.submitted ~ .reset-second-screen a {
  margin: auto;
}

.password-reveal {
  color: #00b2e6;
  margin-left: -40px;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  top: 24px;
  right: 16px;
  cursor: pointer;
}

.otc fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.otc fieldset div {
  display: flex;
  align-items: center;
}

.otc legend {
  margin: 0 auto 1em;
  color: #5555ff;
}

input[type="number"] {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
  align-items: center;
  text-align: center;
  font-feature-settings: "liga" off;
  flex-grow: 1;
  width: 40px;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
  border: 1px solid #d9d9d7;
  border-radius: 6px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
}

input[type="number"]:nth-child(n + 4) {
  order: 2;
}

.otc div::before {
  content: "";
  height: 2px;
  width: 24px;
  margin: 0 0.25em;
  order: 1;
  background: #bbbbff;
}

/* From: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034 */
.otc label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.btn {
  box-shadow: none;
}

.form-actions {
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.form-actions input#terms_accept {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-actions .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 4px;
}
.form-actions:hover input ~ .checkmark {
  background-color: #ccc;
}
.form-actions input:checked ~ .checkmark {
  background-color: #00b2e6;
}
.form-actions .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.form-actions input:checked ~ .checkmark:after {
  display: block;
}
.form-actions .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

body,
html {
  height: initial;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

#check-version-button {
margin: auto;

color: var(--cd-grey-07-txt, #3B3B3A);
text-align: center;

font-family: Vista Sans OT;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 170%;
text-decoration-line: underline;

}
.check-version-div {
  display: flex;
}

span.spacer {
  display: block;
  height: 20px;
}

