.sd-login {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
  color: #143e38;
  background: #fbfdfc;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
}
.sd-login *, .sd-login *::before, .sd-login *::after { box-sizing: border-box; }
.sd-login svg { display: block; width: 24px; height: 24px; }
.sd-login .sd-login__heading { margin: 0; padding: 0; font: 550 31px/1.12 'Outfit', sans-serif; letter-spacing: -.045em; color: #143e38; }
.sd-login .sd-login__track { display: flex; width: 300%; height: 100%; will-change: transform; }
.sd-login .sd-login__panel { position: relative; flex: 0 0 33.333333%; height: 100%; overflow: hidden; }
.sd-login .sd-login__back { position: absolute; top: 13px; left: 17px; color: #45665e; }
.sd-login .sd-login__back svg { width: 19px; height: 19px; }
.sd-login .sd-login__intro { position: absolute; top: 51px; left: 23px; }
.sd-login .sd-login__phone-icon { width: 40px; height: 40px; margin-bottom: 13px; }
.sd-login .sd-login__phone-icon img { display: block; width: 40px; height: 40px; border-radius: 10px; }
.sd-login .sd-login__number-form { position: absolute; top: 169px; left: 23px; right: 23px; }
.sd-login .sd-login__label { margin-bottom: 9px; font-size: 16px; font-weight: 450; }
.sd-login .sd-login__number-field { display: flex; align-items: center; height: 48px; padding: 0 12px; border: 1.5px solid #79a995; border-radius: 12px; background: #fff; font-size: 18px; font-weight: 450; letter-spacing: -.035em; }
.sd-login .sd-login__prefix { margin-right: 11px; color: #536e64; }
.sd-login .sd-login__typed { white-space: pre; }
.sd-login .sd-login__caret { width: 1.5px; height: 22px; margin-left: 2px; background: #236e5f; }
.sd-login .sd-login__send { display: flex; align-items: center; justify-content: center; gap: 11px; height: 47px; margin-top: 12px; border-radius: 12px; background: #236e5f; color: #fff; font-size: 17px; font-weight: 500; will-change: transform; }
.sd-login .sd-login__send > span { font-size: 22px; line-height: 1; }
.sd-login .sd-login__keyboard { position: absolute; left: 0; right: 0; bottom: 0; height: 222px; padding: 0 6px 23px; background: #e7ebe9; border-top: 1px solid #dce4de; }
.sd-login .sd-login__keyboard-top { display: flex; align-items: center; justify-content: space-between; height: 35px; padding: 0 7px; color: #236e5f; font-size: 16px; font-weight: 500; }
.sd-login .sd-login__keys { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(4, 36px); gap: 5px; }
.sd-login .sd-login__key { display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 5px; background: #fff; box-shadow: 0 1px 0 #b4bfb7; color: #263b32; }
.sd-login .sd-login__key > span { font-size: 23px; line-height: 23px; font-weight: 400; }
.sd-login .sd-login__key > small { font-family: Arial, sans-serif; font-size: 7px; line-height: 8px; font-weight: 500; letter-spacing: 1.4px; }
.sd-login .sd-login__key--empty, .sd-login .sd-login__key--delete { box-shadow: none; background: transparent; }
.sd-login .sd-login__key--delete svg { width: 22px; height: 22px; }
.sd-login .sd-login__sms { position: absolute; display: flex; align-items: center; gap: 10px; left: 10px; right: 10px; top: 11px; z-index: 2; height: 65px; padding: 10px 11px; border: 1px solid #fff; border-radius: 18px; background: #edf3effa; box-shadow: 0 4px 17px #143e3816; opacity: 0; }
.sd-login .sd-login__sms-icon { flex: 0 0 33px; height: 33px; }
.sd-login .sd-login__sms-icon img { display: block; width: 33px; height: 33px; border-radius: 8px; }
.sd-login .sd-login__sms span { display: block; margin-bottom: 3px; font-size: 13px; font-weight: 450; color: #536e64; }
.sd-login .sd-login__sms strong { display: block; white-space: nowrap; font-size: 16px; font-weight: 500; letter-spacing: -.025em; }
.sd-login .sd-login__code-form { position: absolute; top: 107px; left: 21px; right: 21px; }
.sd-login .sd-login__code-number { margin-top: 9px; color: #648174; font-size: 16px; letter-spacing: -.02em; }
.sd-login .sd-login__code-cells { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 5px; margin-top: 24px; }
.sd-login .sd-login__code-cells > span { display: grid; place-items: center; height: 49px; border: 1.4px solid #d2e2d9; border-radius: 9px; background: #fff; font-size: 24px; font-weight: 500; }
.sd-login[data-filled='false'] .sd-login__code-cells > span:first-child { border-color: #78a28f; box-shadow: 0 0 0 2px #e5f0e9; }
.sd-login[data-filled='false'] .sd-login__code-cells > span:first-child::after { content: ''; width: 1.5px; height: 22px; background: #236e5f; }
.sd-login[data-filled='true'] .sd-login__code-cells > span { border-color: #9cbfac; background: #edf6f0; }
.sd-login .sd-login__verify { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 18px; color: #236e5f; font-size: 16px; opacity: 0; }
.sd-login .sd-login__verify svg { width: 19px; height: 19px; }
.sd-login .sd-login__keyboard--code { height: 237px; padding-top: 50px; }
.sd-login .sd-login__suggestion { position: absolute; display: grid; align-content: center; justify-items: center; top: 4px; left: 50%; width: 162px; height: 42px; margin-left: -81px; border-radius: 8px; color: #143e38; opacity: 0; }
.sd-login .sd-login__suggestion strong { font-size: 19px; font-weight: 500; line-height: 1.1; letter-spacing: .03em; }
.sd-login .sd-login__suggestion span { margin-top: 3px; font-size: 12px; line-height: 1; color: #53685d; }
.sd-login .sd-login__tap { position: absolute; width: 46px; height: 46px; border: 2px solid #143e38; border-radius: 50%; background: #fff6; box-shadow: 0 0 0 6px #ffffff3b; opacity: 0; pointer-events: none; }
.sd-login .sd-login__tap--send { top: 276px; left: 183px; }
.sd-login .sd-login__tap--paste { top: 328px; left: 142px; }
.sd-login .sd-login__loading { position: absolute; inset: 166px 0 auto; display: grid; justify-items: center; gap: 27px; }
.sd-login .sd-login__loading .sd-login__heading { font-size: 26px; }
.sd-login .sd-login__spinner { width: 58px; height: 58px; border: 3px solid #e3eee7; border-top-color: #236e5f; border-right-color: #77a991; border-radius: 50%; }
.sd-login .sd-login__success { position: absolute; top: 145px; left: 0; right: 0; display: grid; justify-items: center; opacity: 0; }
.sd-login .sd-login__success-halo { position: absolute; top: -15px; width: 112px; height: 112px; border: 1px solid #d5e9dd; border-radius: 50%; }
.sd-login .sd-login__success-check { display: grid; place-items: center; width: 82px; height: 82px; border-radius: 50%; background: #236e5f; color: white; box-shadow: 0 0 0 7px #edf6f0; }
.sd-login .sd-login__success-check svg { width: 43px; height: 43px; stroke-width: 1.9; }
.sd-login .sd-login__success .sd-login__heading { margin-top: 30px; font-size: 32px; }
.sd-login .sd-login__success-line { width: 48px; height: 3px; margin-top: 17px; border-radius: 5px; background: #c8dfd1; }
.sd-login .sd-login__welcome-box { display: flex; align-items: center; gap: 14px; width: 226px; height: 66px; margin-top: 32px; padding: 15px; border: 1px solid #e0ebe4; border-radius: 16px; background: #f1f7f3; color: #6a9a80; }
.sd-login .sd-login__welcome-box > svg:first-child { flex: 0 0 28px; height: 28px; }
.sd-login .sd-login__welcome-box > svg:last-child { width: 18px; height: 18px; margin-left: auto; }
.sd-login .sd-login__welcome-box > div { flex: 1; }
.sd-login .sd-login__welcome-box > div > span { display: block; width: 72px; height: 6px; border-radius: 5px; background: #b9d2c2; }
.sd-login .sd-login__welcome-box > div > span + span { width: 48px; height: 5px; margin-top: 7px; background: #d3e2d8; }
