/** Wait screen. **/
#simplemodal-overlay {
  background: #fff !important;
  opacity: 0.5 !important;
}

#verifying_blurb {
  display: none;
}

/** Hide API. **/
#api {
  display: none;
}

.footer {
  z-index: 1000;
}

.validation-message,
.notification-text {
  display: none;
}

/** Pointer when hovering over the forgot password link. **/
#MyForgotPassword:hover {
  cursor: pointer;
}

/* Custom card style with smaller margins */
.mycard {
  border: var(--sdx-border-width-thin) solid var(--sdx-border-color-ui-02);
  padding: var(--sdx-padding-3);
  border-radius: var(--sdx-border-radius-xlarge);
  background-color: var(--sdx-bg-color-ui-01);
}
