.regdiv {
  margin-top: 80px;
  background-image: linear-gradient(
      to bottom right,
      rgba(8, 8, 8, 0.664),
      rgba(24, 22, 22, 0.857)
    ),
    url(../pictures/image22.jpg);
  background-size: cover;
  border-radius: 5px;
  background-position: center;
}

.register {
  color: black;
  cursor: pointer;
}

.signUp {
  font-weight: bolder;
}

.form-control {
  margin: 40px 0;
}
.toggle {
  position: absolute;
  left: 90%;
  bottom: 41%;
}

/* @media (max-width: 510px) {
  .toggle {
    left: 87%;
    bottom: 41.5%;
  }
} */

@media (max-width: 428px) {
  .toggle {
    left: 87.5%;
    bottom: 43.3%;
  }
}

@media (max-width: 396px) {
  .toggle {
    left: 87.5%;
    bottom: 45%;
  }
}
