.ffn-background {
	background-image: url("images/login_background.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.ffn-action-link {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: #007BFF;
	border-radius: 5px;
	text-decoration: none;
	transition: background 0.3s;
	width: 300px;
}

.ffn-action-link:hover {
	background-color: #0056b3;
}

.ffn-link {
	color: #007BFF;
	text-decoration: underline;
	font-weight: bold;
}

.emailOtpFormButtonsWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; /* espace entre les boutons */
  justify-content: center;
  margin-top: 1.5rem;
}

.emailOtpButtonClass {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.emailOtpButtonPrimaryClass {
  background-color: #0052cc;
  color: white;
}

.emailOtpButtonPrimaryClass:hover {
  background-color: #003d99;
}

.emailOtpButtonDefaultClass {
  background-color: #f0f0f0;
  color: #333;
}

.emailOtpButtonDefaultClass:hover {
  background-color: #e0e0e0;
}

.emailOtpButtonLargeClass {
  min-width: 150px;
}
