.auth-link {
  align-self: flex-end;
  padding: 0;
  border: 0;
  background: none;
  color: #6657d7;
  font-size: 10px;
  font-weight: 700;
}

.auth-link-centered {
  align-self: center;
  margin-top: 4px;
}

.form-success {
  padding: 20px;
  border: 1px solid #dcefe7;
  border-radius: 14px;
  background: #f4fbf8;
  color: #397a62;
  font-size: 11px;
  line-height: 1.65;
  text-align: center;
}

.form-success .auth-link {
  margin-top: 12px;
}
