body, main {
 position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 100vh;
  max-height: fit-content;
  font-family: "Lucida Sans Unicode";

}
/*<<<< IMAGEN DE FONDO>>>>*/
body.recover-pass-sent-img {
 background: url(../../img/recuperar_contraseña/correo_enviado.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  
}

                    /*---------->  CARD_RECOVER_PASSWORD / SECTION   <-----------*/


/* Card */
.card__email__sent {
position: relative;
display: flex;
flex-direction: column;
max-width: 100%;     
width: 90%;
max-height: 100%;
height: 90%;
padding: 7px ;
margin-top: 15%;
justify-content: center;
justify-self: center;
border-radius: 16px;
z-index: 3; 
gap: 10px; 
background-color: rgba(2, 0, 7, 0.897);
border-radius: 20px;
box-shadow: 0px 0px 10px rgb(0, 247, 255);
border: 1px solid var(--card-border-color);
backdrop-filter: blur(3px);
box-sizing: border-box;
  
} 

/*---------->  form__email__sent_LOGIN SECTION  / <<<<  INPUTS >>>>  <-----------*/

 .form__email__sent {
position: relative;
display: flex;
flex-direction:column;
justify-content:center;
align-self: center;
gap: 10px;
width: 92%;
max-width: 100%;
max-height: 100%;
height:90%;
max-height: fit-content;
padding: 10px 0px;
margin: 0;
border-radius: 16px;
background-color: transparent;
 }


.card__title__email__sent{
  display: flex;
  flex-direction:column;
  text-align: center;
  box-shadow: 0px 0px 10px rgb(0, 247, 255);
  border-radius: 10px;

  padding: 10px;
  margin: 1px;
  background-color: var(--bg-card-title-color);
  color: rgb(255, 255, 255);
  font-weight:lighter;
  text-shadow: -1px 1px 1px #000000;
  font-family: var(--header-title-font); 
  font-size: 16px;

}

.card__section__message__email__sent, small {
  margin-top: 0px;
  color: #fbff00 !important;
  text-shadow: -1px 1px 1px #000000,-2px 1px 2px #000000;
  font-size: 15px;
  font-weight:lighter;
  text-align: center;
  font-style: italic;

}
 small {
  margin-top: 0px;
  color: #ffffff !important;
  font-size: 15px;

}


 
/*---------->  form__email__sent RECOVER PASSWORD SECTION  / <<< BOTONES >>> <-----------*/

.btn__back__login {
   background-color: #00f94fc5;
  color: rgba(255, 255, 255, 0.888);
  outline: 1px solid rgba(255, 255, 255, 0.809);
  text-shadow: -1px 1px 1px #000000,-1px 1px 1px #000000;
  font-weight:lighter;
  text-decoration: none;
  padding: 4px 23px  4px 23px;
  margin: auto;
  border-radius: 10px;
  transition: background-color 1s, border-radius 0.8s, outline 0.7s,
  outline-offset 0.5s;
  outline: 0;
  outline-offset: 0;
  font-size: 15px;
  margin-bottom: 20px;
}

 .btn__back__login:hover {
  background-color: rgba(0, 0, 0, 0.242);
  outline: 2px solid rgba(0, 255, 94, 0.596);
  color: rgb(22, 255, 119);
  border-radius: 25px;
  box-shadow: 0px 0px  20px rgb(84, 250, 134);
 
}




  
/*---------->   <<<<  QUERIES  >>>>  <-----------*/
@media screen and (min-width: 620px) {
/* Card */
.card__email__sent {
width: 30%;
padding: 4px ;
margin-top: 10%;
} 

.form__email__sent {
width: 95%;
padding: 18px;
border-radius: 16px;
}


.card__title__email__sent{
   padding: 15px 30px;
  font-size: 20px;

}
.card__section__message__email__sent, small {
  margin-top: 1px;
  font-size: 17px;
}
 small {
  font-size: 18px;

}

.btn__back__login{
   padding: 5px 25px  5px 25px;
  font-size: 17px; 
  margin-top: 5px;
}
}


.sweet-alert-title {
  margin-top: -30%; /* Ajusta este valor si es necesario */
  color:rgb(0, 236, 79); 
  font-size:30px; 
  text-shadow:-1px 1px 1px rgb(0, 0, 0); 
  
}
.sweet-alert-text{
  color:rgb(250, 4, 4) !important; 
  font-weight: lighter !important; 
  font-size:25px !important;   
  text-shadow:-1px 0px 1px rgba(0, 0, 0, 1) !important;
}

.sweet-alert-confirm-button{
  margin-top: -70%;

}


 















