div.im-saml-separator-logo{
  display: table;
  margin: 100px auto 0;
}
div.im-saml-separator-logo img{
  display: block;
  margin: auto;
}
div.im-saml-separator-logo span{
  display: block;
  text-align: center;
  color: #666;
  margin-top: 10px;
}
div.im-saml-separator{
  display:table;
  margin:50px auto auto;
  color:#666;
}
div.im-saml-separator:before,
div.im-saml-separator:after {
  content: "";
  display: block;
  background: #ccc;
  width: 100px;
  height: 1px;
}
div.im-saml-separator:before {
  float: left;
  margin-top: 0.55em;
  margin-right: 1em;
}
div.im-saml-separator:after {
  float: right;
  margin-top: 0.55em;
  margin-left: 1em;
}
ul.im-saml-button {
  display: table;
  margin:auto;
  min-width: 43rem;
}
.valign-M ul.im-saml-button { /* for preview page */
  min-width: 300px;
}
ul.im-saml-button li {
  margin: 1.6rem 0;
}
ul.im-saml-button li:first-child {
  margin-top: 20px;
}
ul.im-saml-button a {
  display: inline-flex;
  padding: 7px 1.5rem;
  text-align: left;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  min-height: 40px;
  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;
  transition: box-shadow .3s;
}
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;
  transition: background .3s;
}
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: 24px;
  height: 24px;
  line-height: 1;
  border: none;
  vertical-align: bottom;
  object-fit: contain;
}
ul.im-saml-button span.text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}