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.creating-new-pass-img {
 background: url(../../img/recuperar_contraseña/creando_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_RECOVER_PASSWORD / SECTION   <-----------*/

/* Card */

.card-create-new-pass {
position: relative;
display: flex;
flex-direction: column;
max-width: 100%;     
width: 83%;
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-create-pass-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-create-pass-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;
}
.card__title__recover__pass{
display: flex;
flex-direction:column;
text-align: center;
box-shadow: 0px 0px 10px rgb(0, 247, 255);
border-radius: 10px;
padding: 12px;
margin: 3px;
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;
}


 /*---------->  form-create-pass_LOGIN SECTION  / <<<<  INPUTS >>>>  <-----------*/

 .form-create-pass {
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;
margin-top: 120px;
border-radius: 16px;
background-color: transparent;
 }


  
.form-create-pass label{
    margin-top: 0px;
  color: #fbff00 !important;
  text-shadow: -1px 1px 1px #000000,-2px 1px 2px #000000;
  font-size: 14px;
  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: 20px;
background: linear-gradient( #ffffffd3,#01f0fdde);
border-radius: 8px;
color: rgb(5, 1, 37);
font-size: 18px;
padding: 2px;
font-weight:bold;
text-shadow: -1px 1px 1px rgb(255, 255, 255);
 }

 /*<<<< OJOS DE LOS INPUT >>>> */
.input-wrapper {
 position: relative; 
}

.toggle-password  {
  position: absolute;
  right: 22px;
  bottom: 8px; 
  cursor: pointer;
  display: flex;
  align-items: center;
color: #007e2a; 
  transition: color 0.2s ease;
}


.toggle-password:hover {
color: #7a0014; 
}



/*---------->  <<< SECCION BOTONES >>> <-----------*/
.create-new-pass-butts{
 position: relative;
 display: flex;
 flex-direction: column;
  gap: 6px;
  align-items: center;
  width:max-content ;
  align-self: center;
  padding-top: 6%;
  margin-bottom: 6%;
}
.change-pass-butt {
  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: 6px 15px ;
  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: 13px;
}

 .change-pass-butt: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);

}


.change-pass-back {
  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: 6px 15px ;
  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: 13px;
  
}
.change-pass-back: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);
} 



   
  
/*---------->  / <<<< form-create-passULARIO_INICIO_BASE  / <<<<  QUERIES  >>>>  <-----------*/
/*---------->  form-create-pass / <<<<  QUERIES >>>>  <-----------*/

@media screen and (min-width: 620px) {
.card-create-new-pass{    
width: 30%;
margin-top: 5%;
padding: 0%;
} 


.card-create-pass-title{
top: 5%;
padding: 6px;
}
.card-create-pass-title h2{
font-size: 17px !important;
}

 .form-create-pass {
gap: 10px;
width: 80%;
padding: 7px 0px;
margin-top: 100px;

 }

.form-create-pass label{
  font-size: 15px;
}
  .form-create-pass input {
width: 98%;
border-radius: 10px;
font-size: 18px;
padding: 2px;
 }


/* <<<<  INPUT >>>>*/

.toggle-password{
    right: 10px;             
  bottom: 17%;
}

.create-new-pass-butts{
  display: flex;
  flex-direction: row !important;
  gap: 6px;
  align-items: center;
  margin-top: 1%;
}
.change-pass-butt {
 padding: 3px 20px;
  font-size: 14px; 
  margin-top: 5px;
}


.change-pass-back {
   padding: 3px 20px;
  font-size: 14px;  
  margin-top: 5px;
}

}
  /*----------> FORM_LOGIN SECTION   QUERIES / <<<  ENDS >>>  <-----------*/
  /*________________________________________________*/
 
           



 















