/*! Talkdesk Login UI ID: v5.1.0 */
.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;
}

body {
  margin: 0;
}

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

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

.container-width {
  width: min(412px, 100%);
  box-sizing: border-box;
  padding: 0 16px;
}


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