.image1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.bodyprops {
  background: #041616;
}

.image2 {
  width: 100%;
}

.image3 {
  position: absolute;
  top: 5%;
  width: 100%;
}

.settrans {
  background: rgba(255,255,255,0);
}

.setbrfont {
  font-family: 'Blade Runner Movie Font';
  color: #21717C;
}

.buttstyle {
  background: rgba(12,73,91,0.81);
  opacity: 0.88;
  border-radius: 25px;
  font-family: 'Blade Runner Movie Font';
  border-color: rgba(0,0,0,0.42);
}

.textboxcolour {
  color: var(--bs-body-bg);
  background: rgba(255,255,255,0);
  border-width: 2px;
  border-color: #21717C;
  font-family: Poppins, sans-serif;
}

.setbord {
  border-width: 2px;
  border-color: #21717C;
  border-radius: 15px;
}

.form-control::placeholder {
  color: var(--bs-body-bg);
  opacity: 1;
}

.placeit {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background: #1f5d6a;
  border-color: rgba(0,0,0,0.42);
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background: var(--bs-info-text-emphasis);
  border-color: rgba(0,0,0,0.42);
}

