
/* ==========================================================
   DANCEHIRES COMPETITION FORGOT PASSWORD V1
========================================================== */

.dh-auth-link-row {
  margin-top: 14px;
  text-align: center;
}

.dh-auth-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: #7338ff;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 850;
}

.dh-auth-link:hover {
  text-decoration: underline;
}

.dh-auth-success {
  display: none;
  margin: 0 0 17px;
  padding: 12px 13px;
  border: 1px solid #d5eadb;
  border-radius: 11px;
  background: #f2faf4;
  color: #257344;
  font-size: 11px;
  line-height: 1.5;
}

.dh-auth-success.visible {
  display: block;
}

.dh-reset-note {
  margin-top: 18px;
  padding: 12px 13px;
  border-radius: 11px;
  background: #f7f4fb;
  color: #8d8593;
  font-size: 10px;
  line-height: 1.55;
}

