/* Jplatform : replace tab-focus by a custom one (See jalios-bootstrap-override.less) */
/*
.jalios-tab-focus() {
  // WebKit-specific. Other browsers will keep their default outline style.
  // (Initially tried to also force default via `outline: initial`,
  // but that seems to erroneously remove the outline in Firefox altogether.)
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 5px;
}*/
/* ------------------------------------------ */
/*  LESS AUTOMATICALLY GENERATED              */
/* ------------------------------------------ */
.oidc-authentication-line {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  position: relative;
  text-align: center;
}
.oidc-authentication-line:before,
.oidc-authentication-line:after {
  border-top: 2px solid #DCDCDC;
  display: block;
  height: 1px;
  content: " ";
  width: 45%;
  position: absolute;
  left: 0;
  top: 10px;
}
.oidc-authentication-line:after {
  right: 0;
  left: auto;
}
@media (max-width: 425px) {
  .oidc-authentication-line {
    margin-top: 5px;
  }
}
