* {
  font-family: Tahoma, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: url(../img/illeta.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.container {
  width: 420px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 10px;
  padding: 30px 40px;
}

.container h1 {
  font-size: 36px;
  text-align: center;
}
.container h4 {
  font-size: 20px;
  text-align: center;
  color: yellow;
}

.container h3 {
  font-size: 17px;
  text-align: center;
  
}

.container h2 {
  font-size: 24px;
  text-align: center;
  
}


.container p {
  font-size: 15px;
  text-align: left;
  
}


.container .input-box {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 20px 0px;
}

.container .input-box1 {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 20px 0px;
}






.input-box i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.container .btn {
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  border-radius: 10px;
  box-decoration-break: 0px 0px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(2, 255, 255, 0.39);
}



.container .btn:hover {
  color: #000000;
  background-color: rgb(188, 253, 255);
  

}

.mensaje-correo{
  resize: none;

}

.texto_rec_contraseña, .texto_rec_contraseña a{
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  margin-top: 6px;
  padding: 6px;
  border-radius: 5px;
  text-decoration: none;
}
.texto_rec_contraseña a:hover {
  
  color: rgb(0, 21, 255);
  background-color: rgb(232, 240, 254);
  text-decoration: none;
 
 
}


/* Quita flechas de input numérico Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
/* Quita flechas de input numérico Mozilla */    
input[type=number] {
  -moz-appearance: textfield;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: rgb(1, 255, 1);
}

.valid:before {
  position: relative;
  left: 0px;
  content: "✔ ";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: yellow;
}

.invalid:before {
  position: relative;
  left: 0px;
  content: "✖ ";
}

.input-box {
  display: flex;
  width: fit-content;
  padding: 1px 5px;
  border-radius: 10px;
  background-color: rgb(232, 240, 254);
  
}

.input-box input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
 
  border-radius: 5px;
  font-size: 16px;
  padding-left: 10px;
  
}



.input-box1 input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  
  border-radius: 5px;
  font-size: 16px;
  color: #070707;
  padding-left: 10px;
  
  
}


.input-box1 {
  display: flex;
 
  width: fit-content;
  padding: 1px 5px;
  border-radius: 10px;
  background-color: rgb(232, 240, 254);
}
.eye, .eye1 {
  cursor: pointer;
  margin-top: 12px;
  margin-right: 8px;
  scale: 1.1;
  
}
.candado_img {
  margin-top: 10px;
  margin-left: 8px;
  scale: .7;
  
}
.user_img {
  margin-top: 10px;
  margin-left: 8px;
  scale: .8;
  
}

.input-box1 img, .input-box img {
  width: 25px;
  height: 25px;
}


.input-box input::placeholder {
  color: rgba(5, 5, 5, 0.361);
}
.input-box1 input::placeholder {
  color: #0505055c;
}
