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-complete-img {
 background: url(../../img/recuperar_contraseña/contraseña_actualizada_candado.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 */

.new-pass-complete-card {
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;
  
} 

.new-pass-complete-card-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%;

}
.new-pass-complete-card-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;
text-align: center;
}


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

 .new-pass-complete-card-info{
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-top:23% ;
border-radius: 16px;
background-color: transparent;
 }


  
.new-pass-complete-card-info p{
  margin-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;

}


.new-pass-complete-card-info a{
  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: 5px 17px ;
  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: 14px;
}
 .new-pass-complete-card-info a: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);
 
}


@media screen and (min-width: 620px) {
.new-pass-complete-card{
width: 30%;
padding: 8px ;
margin-top: 8% !important ;
} 

}
.new-pass-complete-card-title{
padding: 8px;
width: 89%;
top: 8%;

}
.new-pass-complete-card-title h2{
font-size: 16px !important;
}

.new-pass-complete-card-info{
margin-top: 23%;
margin-bottom: 3%;
  }
.new-pass-complete-card-info p{
  margin-top: 10px;
  font-size: 17px;

}

.new-pass-complete-card-info a {
 padding: 3px 20px;
  font-size: 14px; 
  margin-top: 5px;
}




