html, body {
  height: 100%;
  overflow: hidden;
}

form {
  background: rgba(38, 53, 64, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
form .logo img {
  width: 100%;
  margin-bottom: 32px;
}

.fundo {
  width: 100%;
  height: 100%;
  background: url(https://sis.proteautobrasil.com.br/painel/login/rmi-truck-picture.jpg) no-repeat center;
  background-size: cover;
}

.esqueci-senha {
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #9ba8b3;
}
.esqueci-senha:hover {
  text-decoration: underline;
  color: #859099;
}
.esqueci-senha:active {
  color: #6c757d;
}

.input-group {
  padding-top: 0.5rem;
}