.bg-login {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.bg-login::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://cdn.pixabay.com/photo/2017/06/17/09/06/love-2411585_1280.jpg');
  background-size: cover;
  background-position: center;
  filter: blur(7px);
  /* Desfocar */
  z-index: -1;
}

.page-footer-login {
  background: #ffffff70;
  right: 0;
  bottom: 0;
  position: fixed;
  text-align: center;
  padding: 7px;
  font-size: 14px;
  /* border-top: 1px solid #e4e4e4; */
  z-index: 3;
  width: 100vw;
  color: black;
}