.blueback {
  background: url("../../assets/img/SeaQDXswirl.webp") center / cover no-repeat;
  background-attachment: fixed;
  font-family: 'Raleway';
}

.settrans {
}

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

.textcol {
  color: var(--bs-body-bg);
}

.cardprops {
  background: url("../../assets/img/BarkingPoliceDogUnit.webp") center / cover no-repeat;
  border-radius: 40px;
}

.settrans {
  background: rgba(255,255,255,0);
  color: var(--bs-emphasis-color);
  font-weight: bold;
}

.buttstyle {
  border-radius: 25px;
  background: rgba(10,88,202,0.83);
}

.secpos {
  margin-top: 35px;
}

