div.im-saml-separator-logo img {
  text-align: center;
  margin: auto;
}
div.im-saml-separator-logo div {
  text-align: center;
  color: #666;
  margin-top: 10px;
}
div.im-saml-separator {
  margin: 15px auto auto;
  color: #666;
  max-width: 250px;
  text-align: center;
}
div.im-saml-separator:before,
div.im-saml-separator:after {
  content: "";
  width: 33%;
  height: 1px;
}
div.im-saml-separator:before {
  background: linear-gradient(to left, #ccc, #FFF);
  float: left;
  margin-top: 0.55em;
}
div.im-saml-separator:after {
  background: linear-gradient(to right, #ccc, #FFF);
  float: right;
  margin-top: 0.55em;
}
ul.im-saml-button {
  min-width: 180px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 20px;
  container-type: inline-size;
}
@container (max-width: 380px) {
  ul.im-saml-button li {
    min-width: 100%;
  }
}
@container (min-width: 381px) {
  ul.im-saml-button li {
    min-width: 38rem;
  }
}
ul.im-saml-button a {
  display: inline-flex;
  padding: 0 1.5rem;
  text-align: left;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  min-height: 36px;
  position: relative;
  background-color: #ffffff;
  align-items: center;
  gap: 1.5rem;
  box-shadow: 0 3px 3px -2px rgb(0 0 0 / 0%), 0 3px 4px 0 rgb(0 0 0 / 0%), 0 1px 8px 0 rgb(0 0 0 / 0%), rgb(255 255 255 / 0%) 0 0 0 1px, rgb(22 122 243 / 0%) 0 0 0 3px;
}
ul.im-saml-button a::before {
  width: 100%;
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  background: rgb(0 0 0 / 0%);
  top: 0;
  border-radius: 4px;
}
ul.im-saml-button a:hover {
  text-decoration:none;
  opacity: 1;
  box-shadow: 0 3px 3px -2px rgb(0 0 0 / 20%), 0 3px 4px 0 rgb(0 0 0 / 14%), 0 1px 8px 0 rgb(0 0 0 / 12%), rgb(255 255 255 / 0%) 0 0 0 1px, rgb(22 122 243 / 0%) 0 0 0 3px;
  transition: box-shadow .3s;
}
ul.im-saml-button a:focus {
  text-decoration:none;
  opacity: 1;
  box-shadow: 0 3px 3px -2px rgb(0 0 0 / 20%), 0 3px 4px 0 rgb(0 0 0 / 14%), 0 1px 8px 0 rgb(0 0 0 / 12%), rgb(255 255 255 / 100%) 0 0 0 1px, rgb(22 122 243 / 70%) 0 0 0 3px;
  transition: box-shadow .3s;
}
ul.im-saml-button a:hover::before,
ul.im-saml-button a:focus::before {
  width: 100%;
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  background: rgb(0 0 0 / 3%);
  top: 0;
  border-radius: 4px;
  transition: background .3s;
}
ul.im-saml-button a:active {
  text-decoration:none;
  opacity: 1;
  box-shadow: 0 3px 3px -2px rgb(0 0 0 / 0%), 0 3px 4px 0 rgb(0 0 0 / 0%), 0 1px 8px 0 rgb(0 0 0 / 0%), rgb(255 255 255 / 100%) 0 0 0 1px, rgb(22 122 243 / 70%) 0 0 0 3px;
  transition: box-shadow .3s;
}
ul.im-saml-button a:active::before {
  width: 100%;
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  background: rgb(0 0 0 / 10%);
  top: 0;
  border-radius: 4px;
  transition: background .3s;
}
ul.im-saml-button img{
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 1;
  border: none;
  object-fit: contain;
}
ul.im-saml-button span.text {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 2px;
}
