*{
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;


}

body {
  background-image: url(../image/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;

  /* backdrop-filter: blur(6px); */
  /* filter: blur(6px); */
}

.contenedor {
  width: 80%;
  margin-top: 60px;
  box-shadow: -15px -15px 15px rgba(0,0,0, 0.2),
  15px 15px 15px rgba(0,0,0,0.2),
  -50px -50px 50px rgba(0, 0, 0, 0.2),
  50px 50px 50px rgba(0,0,0,0.2);
}
.img-copayapunos {
  width: 50%;
  margin: auto;

}

.img-copayapunos img {
  width: 100%;
  margin: auto;
}

.formulario {
  width: 45%;
  margin: auto;
}

.formulario h2 {
  margin-top: 10%;
  font-weight: bold;
  color: rgb(156, 148, 146);
  font-size: 150%;
}

.formulario input {
  width: 90%;
  margin: auto;
  margin-top: 10%;
}

.olvidar_contra {
  width: 90%;
  margin: auto;
  margin-top: 3%;
}

.olvidar_contra a {
  text-decoration: none;
  color: white;
  text-align: right;
  color: rgb(13, 91, 142);
}

.olvidar_contra a:hover {
  color: white;
}
.ingresar {
  border-radius: 10px;
  margin: 4% 5%;
}

.ingresar button {
  font-weight: bold;

}
.nombre_apellido {
  font-size: 80%;
  text-align: end;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  text-align: center;
}

footer span {
  color: rgb(95,97,99);
}

h3 {
  text-align: center;
  font-size: 15px;
  margin: 0px 5px;
}

.logob {
    width: 100px;
    margin-left: 20px;
}
 .icon_user {
    font-size: 40px;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .contenedor {
    width: 90%;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .img-copayapunos {
    width: 100%;
  }
  .formulario {
    width: 100%;
    margin: auto;

  }
  .ingresar {
    border-radius: 10px;
    margin: 10% 5%;
    padding-bottom: 25px;

  }

  .img-copayapunos img {
    width: 100%;
  }

  .formulario h2 {
    margin: 0% 5%;
    font-size: 150%;
    font-weight: bold;
  }

  .nombre_apellido {
    font-size: 50%;
  }

  .text_copayapunos {
    font-size: 100%;
  }

  .finalizar {
    font-size: 100%;
  }
  
  .title1 {
   font-size: 25px;
      
  }
  }
