.reset-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 8px;
  align-items: end;
}

.reset-code-row[hidden] {
  display: none;
}

.reset-code-row button {
  height: 42px;
  border: 1px solid #cfdaf0;
  border-radius: 7px;
  background: #f4f7fd;
  color: #4266bd;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.reset-code-row button:disabled {
  color: #8b98ab;
  cursor: wait;
}

.forgot-password {
  align-self: flex-end;
  margin: 8px 0 -2px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #5273c8;
  font-size: 11px;
  font-weight: 900;
}

.auth-success {
  min-height: 0;
  margin: 0;
  color: #23845f;
  font-size: 12px;
  font-weight: 800;
}

.auth-success:not(:empty) {
  min-height: 17px;
  margin-top: 3px;
}
