/*! Talkdesk Login UI ID: v3.9.1 */
.svg-animation object {
  transition: all 1s;
  width: 309px;
  height: 146px;
}

.svg-animation .svg-success i {
  font-size: 100px !important;
}

.svg-animation .svg-success {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s;
}

.svg-animation.ok object {
  opacity: .2;
}

.svg-animation.ok .svg-success {
  opacity: 1;
}

.svg-animation {
  position: relative;
  width: 100%;
  height: 100%;
}

.security-key-box :first-child{
  border-radius: .12rem;
}

.security-key .co-box__content {
  padding: 0 !important
}

.security-key-box {
  height: 146px;
}

.mfa-card-title > :first-child {
  margin-bottom: 0 !important;
}

body {
  margin: 0;
}

#talkdesk-id-login-ui {
  height: 100%;
}

.bottom-space {
  margin-bottom: 2em;
}

.vertical-space {
  margin-top: 2em;
}

.container-max-width {
  max-width: 100%;
}

.container-width {
  width: 380px;
}


/*# sourceMappingURL=talkdesk-id-login-ui.css.map*/