/* CSP-safe utility styles for frontend auth / patron pages. */
.captcha-refresh-link {
  display: inline-block;
  width: 20px;
  margin-left: 5px;
  cursor: pointer;
}

.captcha-img {
  margin: 0 auto;
  display: inline-block;
}

.captcha-row {
  height: 50px;
  overflow: hidden;
}

.text-danger-center {
  color: red;
  text-align: center;
}

.text-note-danger {
  color: #c0392b;
  font-weight: bold;
}

.btn-mt-10 {
  margin-top: 10px;
}

.link-blue {
  color: blue;
}

.list-disc-indent {
  margin-left: 30px;
  list-style-type: disc;
}

.list-circle-indent {
  margin-left: 30px;
  list-style-type: circle;
}

.heading-em {
  font-size: 1.5em;
  font-weight: bold;
}

.self-start {
  align-self: start;
}
