#login-error {
  display: none;
  color: #8f1424;
  background: #ffe8eb;
  border: 1px solid #e9a3ad;
  border-left: 5px solid #bd2938;
  border-radius: 8px;
  margin-top: 14px;
  padding: 11px 12px;
  font-weight: 700;
}

#login-error:not(:empty) {
  display: block;
}

.row-actions {
  align-items: center;
  flex-wrap: wrap;
}

.row-actions .action-link {
  display: inline-block;
  padding: 6px 9px;
  border: 1px solid #14789b;
  border-radius: 8px;
  background: #fff;
  color: #0c6f91;
  font-size: .8rem;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.row-actions .action-link:hover,
.row-actions .action-link:focus-visible {
  background: #eaf6fa;
  outline: 2px solid #1591b455;
  outline-offset: 1px;
}
