.auth-verify-guide {
  margin: 0 0 2px;
  padding: 14px;
  border-radius: 13px;
  background: #edf5f0;
  color: #365a50;
  line-height: 1.55;
  font-size: 14px;
}
.auth-verify-guide strong {
  display: block;
  color: #073d31;
  overflow-wrap: anywhere;
  margin-bottom: 3px;
}
.auth-code-input {
  text-align: center;
  font-size: 25px !important;
  font-weight: 900;
  letter-spacing: .28em;
  font-variant-numeric: tabular-nums;
}
.member-auth-shell form > button.auth-secondary-button {
  background: #fff;
  color: #073d31;
  border: 1px solid #0b4f3e;
}
.member-auth-shell form > button.auth-text-button {
  padding: 6px;
  background: transparent;
  color: #60726a;
  text-decoration: underline;
  font-size: 13px;
}
.member-auth-shell button:disabled { opacity: .55; cursor: not-allowed; }
