.elementor-8116 .elementor-element.elementor-element-7326350a{--display:flex;}.elementor-8116 .elementor-element.elementor-element-79e0359{--display:flex;}/* Start custom CSS *//* Contenedor del formulario */
.tml.tml-lostpassword {
  background-color: #fdfcf8; /* Fondo blanco */
  padding: 30px;
  border-radius: 4px;
  box-shadow:  0 0 3px rgba(221, 221, 221, 1) !important;
  max-width: 500px;
  margin: 40px auto;
  font-family: 'Poppins', sans-serif;
}

/* Título y mensaje */
.tml.tml-lostpassword .tml-message-wrap {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: lato !important;
}

.tml .tml-action-confirmaction .success, .tml .tml-error, .tml .tml-message, .tml .tml-success {
    border-left: none !important;
    box-shadow: none !important;
    display: block;
    margin: 0 0 1em;
    padding: .75em;
    text-align: center;
}

.tml .tml-label {
  display: block;
  margin: .5em 0;
  color: #9A7C58 !important;
  font-family: lato !important;
  font-size: 12px;
}

/* Campos del formulario */
.tml.tml-lostpassword .tml-field-wrap {
  margin-bottom: 15px;
  background-color: #fdfcf8 !important; /* Cambia al color principal de tu marca */
  border: none;
}

.tml.tml-lostpassword input[type="text"],
.tml.tml-lostpassword input[type="email"] {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #c5b5a1;
  transition: border-color 0.3s;
  background-color: #fdfcf8 !important; /* Cambia al color principal de tu marca */
}

.tml.tml-lostpassword input[type="text"]:focus,
.tml.tml-lostpassword input[type="email"]:focus {
  border-color: #9A7C58;
  outline: none;
}

/* Botón */
.tml-button {
  background-color: rgb(59, 40, 25) !important ; /* Cambia al color principal de tu marca */
  color: #fff !important;
  padding: 10px 20px !important;
  border: none !important;
  font-weight: 300 !important;
  cursor: pointer !important;
  transition: background-color 0.3s;
  margin: 0 auto;
  display: block;
  width: auto !important;
}

.tml-button:hover {
  background-color: #9A7C58 !important;
}

/* Centrar y quitar viñeta del enlace de "Iniciar sesión" */
.tml-lostpassword ul.tml-links {
  list-style: none;          /* Quita el punto */
  padding: 0;
  text-align: center;        /* Centra el contenido dentro del ul */
}

.tml-lostpassword .tml-login-link {
  display: inline-block;     /* Permite que se comporte como botón */
}

/* Estilo de botón */
.tml-lostpassword .tml-login-link a {
  display: inline-block;
  background-color: #947C5B;
  color: white !important;
  padding: 10px 20px;
  border: none;
  font-family: Marcellus !important;
  font-weight: 500;
  text-decoration: none;
  margin-top: 2px;
  transition: background-color 0.3s ease;
}

/* Hover */
.tml-lostpassword .tml-login-link a:hover {
  background-color: transparent !important;
  border: 1px solid #947C5B !important;
  color: #947C5B !important;
}/* End custom CSS */