html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("../img/fondo_tf.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.box-shadow {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  -moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
}

.form-signin {
  width: 100%;
  max-width: 500px;
  padding-inline: 80px;
  padding-bottom: 50px;
  margin: auto;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.form-signin img {
  width: 60%;
}
.centrar {
  display: flex;
  justify-content: center;
  text-align: center;
}

.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#password:focus ~ .far-fa-eye {
  margin-left: -30px !important;
  cursor: pointer !important;
  z-index: 5 !important;
}
.btn:hover {
  color: #fff !important;
  text-decoration: none;
}
.form-control:focus {
  border-color: skyblue;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 255, 255, 0.6);
}
/* Pie de pagina copy */
/* .navB,
.navB a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
} */
