.dashio-motp{
  max-width:540px;
  margin:0 auto 30px;
  padding:30px;
  border:1px solid #d9eee5;
  border-radius:24px;
  background:linear-gradient(145deg,#fff 0%,#f3fbf7 100%);
  box-shadow:0 18px 50px rgba(7,95,86,.09);
  color:#102a25;
}
.dashio-motp__eyebrow{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:#dff7ec;
  color:#08725f;
  font-size:11px;
  font-weight:800;
  letter-spacing:.7px;
}
.dashio-motp h2{margin:14px 0 6px;font-size:28px;line-height:1.15;color:#102a25}
.dashio-motp__intro{margin:0 0 22px;color:#58716b}
.dashio-motp label{display:block;margin:0 0 8px;font-size:13px;font-weight:800;color:#173f36}
.dashio-motp__phone{
  display:flex;
  align-items:center;
  height:54px;
  margin-bottom:14px;
  overflow:hidden;
  border:1px solid #cfe6dc;
  border-radius:14px;
  background:#fff;
}
.dashio-motp__phone:focus-within{border-color:#0b7a67;box-shadow:0 0 0 3px rgba(11,122,103,.12)}
.dashio-motp__phone span{padding:0 14px;border-right:1px solid #e1eee8;color:#0b7a67;font-weight:800}
.dashio-motp__phone input{
  width:100%;
  height:100%;
  padding:0 14px!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  font-size:17px;
  font-weight:700;
  letter-spacing:.5px;
}
.dashio-motp__primary{
  width:100%;
  min-height:52px;
  border:0!important;
  border-radius:14px!important;
  background:#08725f!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:800!important;
}
.dashio-motp__primary:hover{background:#075f56!important}
.dashio-motp__primary:disabled{cursor:not-allowed;opacity:.65}
.dashio-motp__code{
  width:100%!important;
  height:56px!important;
  margin:0 0 14px!important;
  border:1px solid #cfe6dc!important;
  border-radius:14px!important;
  background:#fff!important;
  text-align:center;
  font-size:25px!important;
  font-weight:800;
  letter-spacing:9px;
}
.dashio-motp__sent{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;color:#58716b;font-size:13px}
.dashio-motp__link{padding:0;border:0;background:transparent;color:#08725f;font-size:13px;font-weight:800;text-decoration:underline;cursor:pointer}
.dashio-motp__resend{display:block;margin:14px auto 0;text-decoration:none}
.dashio-motp__resend:disabled{color:#81948f;cursor:default}
.dashio-motp__status{min-height:22px;margin:14px 0 0;font-size:13px;font-weight:700}
.dashio-motp__status.is-error{color:#b42318}
.dashio-motp__status.is-success{color:#08725f}
.dashio-motp__trust{margin-top:16px;padding-top:15px;border-top:1px solid #e2eee9;color:#6b7f7a;font-size:12px;line-height:1.5}
.dashio-motp__divider{display:flex;align-items:center;max-width:540px;margin:0 auto 28px;color:#7c8f8a;font-size:12px;text-transform:uppercase;letter-spacing:.8px}
.dashio-motp__divider::before,.dashio-motp__divider::after{content:"";height:1px;flex:1;background:#dfe9e5}
.dashio-motp__divider span{padding:0 14px}
@media(max-width:600px){
  .dashio-motp{margin:0 12px 24px;padding:22px;border-radius:20px}
  .dashio-motp h2{font-size:24px}
  .dashio-motp__divider{margin:0 12px 24px}
}

