.smskora-login-otp-note {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-left: 4px solid #2271b1;
  background: #f0f6fc;
  color: #1d2327;
  font-size: 13px;
  line-height: 1.45;
}

.smskora-otp-action-wrap {
  margin: 12px 0 16px;
  margin-top: 0;
}
.smskora-login-otp-form-buttons {
  display: flex;
  gap: 5px;
}
.smskora-login-otp-form-buttons > p > button {
font-size: 10px !important;
    padding: 9px 11px !important;
    min-height: 30px !important;
    line-height: 1 !important;
}

.smskora-send-otp,
.login .smskora-send-otp {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #3858e9 !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.smskora-send-otp:hover,
.smskora-send-otp:focus {
  background: #1d35b4 !important;
  color: #fff !important;
}

.smskora-send-otp:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.smskora-otp-help {
  display: block;
  margin-top: 7px;
  color: #646970;
  font-size: 12px;
  line-height: 1.45;
}

.smskora-otp-message {
  display: none;
  margin: 10px 0 14px;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.45;
  border-left: 4px solid #2271b1;
  background: #f0f6fc;
  color: #1d2327;
}

.smskora-otp-message-success {
  display: block;
  border-left-color: #00a32a;
  background: #edfaef;
  color: #0a4b19;
}

.smskora-otp-message-error {
  display: block;
  border-left-color: #d63638;
  background: #fcf0f1;
  color: #8a2424;
}

.smskora-otp-message-info {
  display: block;
  border-left-color: #2271b1;
  background: #f0f6fc;
  color: #1d2327;
}
