.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;
  }
}
/*# sourceMappingURL=oidc.css.map */
