.text-forgot-login {
  color: #0068fe;
}

.text-forgot-login:hover {
  color: #0068fe;
}

.btn-login-new {
  color: #0068fe;
  border-color: #0068fe;
}

.btn-login-new:hover {
  background-color: #0068fe;
  border-color: #0068fe;
  color: #fff;
}

.bg-3g-site {
  background-image: url('../images/bg-site.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-illustration {
  position: absolute;
  top: 80%;
  transform: translateY(-80%);

  right: 5%;

  width: 350px;
  height: 300px;

  background-image: url('../images/bg-illustration.png');
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .bg-illustration {
    display: none;
  }
}