.login-error,
.cm-voucher-code-notification {
  width: 100%;
  background-color: #c2240044;
  padding: 4px;
  border: 1px solid var(--red-error);
  margin: 10px 0;
}

.cm-voucher-code-notification {
  width: fit-content;
}

.login-error p,
.cm-voucher-code-notification p {
  margin-bottom: 0;
}
