#simplemodal-overlay {
  background: #000;
}
#simplemodal-container {
  background: #fff;
  padding: 30px 20px 20px;
  text-align: left;
  -webkit-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#simplemodal-container h2 {
  /* @apply text-xl leading-6 mb-2 */
  font-family: Sailec !important;
  color: #1c5b96;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
#simplemodal-container h1 {
  /* @apply mb-5 */
  margin-bottom: 20px;
}
body {
  /* @apply m-0 p-0 text-center */
  margin: 0;
  padding: 0;
  text-align: center;
}
.container.unified_container .row .panel.panel-default .panel-body {
  padding: 0rem 1rem;
}
#api ul li {
  /* @apply block list-none */
  display: block;
  list-style-type: none;
}
#api .intro {
  /* @apply mx-0 */
  margin-left: auto;
  margin-right: auto;
}
#api .intro p {
  /* @apply text-left text-2xl m-auto */
  text-align: left;
  font-size: 1.5em;
  margin: auto;
}
table {
  /* @apply m-auto w-2/5 */
  width: 40%;
  margin: auto;
}
.alert-modal {
  /* @apply hidden */
  display: none;
}

/** Social Button Styles **/
#SignInWithLogonNameExchange {
  background-color: white;
  background-size: 10%;
  background-position-x: 2%;
  background-position-y: 50%;
  color: #296ec6;
  border-color: #296ec6;
  border-width: thin;
  border-style: solid;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
  width: 100%;
  font-size: 1em;
  margin-left: auto;
}
#SignInWithLogonNameExchange:hover {
  background-color: white;
}
#attributeList ul li label {
  float: left;
  display: none !important;
}
.panel {
  border: none !important;
}
.panel-body {
  width: 40rem !important;
}
#email {
  border: 1px solid #9da4a5 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  height: 75% !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}
.warning-banner {
  /* @apply h-auto mt-6 hidden text-center  */
  height: auto;
  background-color: #fcf4db;
  color: #c68310;
  margin-top: 1.5rem;
  border: 0.5px solid #e3e7e8;
  display: none;
  text-align: center;
  line-height: 51px;
}
.warning-text {
  /* @apply leading-normal align-middle inline-block */
  vertical-align: middle;
  line-height: 1.5;
  display: inline-block;
}
.page-center {
  /* @apply inline-block font-medium */
  width: 50rem;
  display: inline-block;
  font-weight: 500;
}
.warning-mobile {
  /* @apply h-auto mt-6 */
  height: auto;
  background-color: #f2c94c;
  color: #2d3133;
  border: 0.5px solid #e3e7e8;
  padding: 9px 24px;
  text-align: center;
  height: auto;
  line-height: 60px;
  margin-top: 1.5rem;
  /* display: none; */
  text-align: center;
}
