form label {
  cursor: pointer;
}

body {
  background: url("../pictures/smart-home.jpg");
}
body > div {
  position: absolute;
  top: 25%;
  transform: translate(-50%);
  left: 50%;
}
.logo {
  text-align: center;
  position: fixed;
  left: 69%;
  transform: translateX(-50%);
  width: 116px;
  height: 90px;
  top: 8%;
  padding: 10px;
  z-index: 7;
}

button[type="submit"] {
  cursor: pointer;
  background: #ffc000 !important;
}
