/* Invite-linked registration codes are fixed but remain readable and submit-able. */
.invite-code-locked {
  background: #f2f6f4 !important;
  border-color: #b8cec2 !important;
  color: #315b49 !important;
  cursor: not-allowed;
  opacity: 1 !important;
}

.invite-code-locked:focus {
  border-color: #78a890 !important;
  box-shadow: 0 0 0 3px rgba(54, 126, 93, .12) !important;
}

.invite-code-lock-hint {
  color: #5d7c6c;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
}
