.registerNotice {
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(247, 189, 67, 0.72);
  border-radius: 12px;
  background: rgba(247, 189, 67, 0.1);
  box-shadow: inset 0 0 20px rgba(247, 189, 67, 0.05);
}

.registerNotice small {
  align-self: flex-start;
  padding: 3px 8px;
  border-radius: 999px;
  color: #fff;
  background: #e33b32;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

.registerNotice b {
  display: block;
  margin-top: 8px;
  color: #fff1c0;
  font-size: 14px;
}

.registerNotice em {
  color: #ffd45e;
  font-size: 23px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 1.5px;
  text-shadow: 0 0 16px rgba(255, 196, 59, 0.4);
}

.registerNotice p {
  margin: 7px 0 0;
  color: #d7dde4;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.55;
}
