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-img{
 background: url(../../img/recuperar_contraseña/nueva_contraseña.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;
  
}

div,
nav,
ul,
i,
h1,
img {
box-sizing: border-box;
}



          

/* Card */

.card__recover__pass {
position: relative;
display: flex;
flex-direction: column;
max-width: 100%;     
width: 90%;
max-height: 100%;
height: 90%;
padding: 7px ;
justify-content: center;
justify-self: center;
margin-top: 15%;
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;
  
} 

.card-pass-reset-title{
position: absolute;
display: flex;
align-self: center;
justify-content: center;
background-color: rgba(2, 0, 7, 0.897);
box-shadow: 0px 0px 10px rgb(0, 247, 255);
border-radius: 10px;
padding: 6px;
margin: auto;
width: 87%;
top: 5%;

}
.card-pass-reset-title h2{
color: rgb(255, 255, 255);
font-weight:lighter;
text-shadow: -1px 1px 1px #000000;
font-family: var(--header-title-font); 
font-size: 16px !important;
margin-top: 5px;
}
 .form-create-pass {
position: relative;
display: flex;
flex-direction:column;
justify-content:center;
align-self: center;
gap: 3px;
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;
 }
 .form-create-pass p{
 top: 0px;
 color: #fbff00 !important;
 text-shadow: -1px 1px 1px #000000,-2px 1px 2px #000000;
 font-size: 16px;
 font-weight:lighter;
 text-align: center;
 font-style: italic;
}
 .form-create-pass input {
display: flex;
flex-direction: column;
margin: auto;
width: 95%;
margin-top: 5px;
margin-bottom: 10px;
background: linear-gradient( #ffffffd3,#01f0fdde);
border-radius: 8px;
color: rgb(5, 1, 37);
font-size: 18px;
padding: 3px;
font-weight:bold;
text-shadow: -1px 1px 1px rgb(255, 255, 255);
}

 

/*---------->  FORM RECOVER PASSWORD SECTION  / <<< BOTONES >>> <-----------*/
.butt__section__recover__pass{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  width:max-content ;
  align-self: center;
  padding-top: 6%;
  margin-bottom: 6%;

}
.butt__send__mail__recover {
   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;
}

 .butt__send__mail__recover: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);
 
}


.back__login__recover__pass {
  background-color: #212231d0;
  color: rgba(255, 255, 255, 0.888);
  outline: 1px solid rgba(162, 157, 255, 0.809);
  text-shadow: -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: 1;
  outline-offset: 0;
  font-size: 14px;
  
}
.back__login__recover__pass:hover {
  background-color: rgba(0, 0, 0, 0.242);
  outline: 2px solid rgba(0, 255, 251, 0.596);
  color: rgb(22, 220, 255);
  text-shadow: -1px 1px 1px #000000;
  border-radius: 25px;
  box-shadow: 0px 0px  20px rgb(84, 153, 250);
  padding: 4px 37px  4px 37px;
} 

 /*----------> FORM RECOVER PASSWORD SECTION  / <<<  ENDS >>>  <-----------*/



/*---------->   <<<<  QUERIES >>>>  <-----------*/
@media screen and (min-width: 620px) {
.container.d-flex {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.card__recover__pass {
width: 30%;
padding: 8px ;
margin-top: 7%;

} 
.form-create-pass{
padding: 18px;
border-radius: 16px;
}
.card__title__recover__pass{
   padding: 15px 30px;
  font-size: 20px;

}

  .form-create-pass p{
  margin-top: 10px;
  font-size: 17px;
 }
   .form-create-pass input {
width: 93%;
margin-top: 20px;
margin-bottom: 5px;
font-size: 20px;
padding: 5px;
}

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

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

} 

 



 
 

