body {
  background-image: url(/images/background-silhouette.webp?bff3604534d33846e68025aa9446bd58);
}

#content {
  margin: 10vh 0 0 0;
}

#register .container {
  background: linear-gradient(180deg, rgba(246, 233, 227, 0.32) 0% 75%, #fcfcfc 75% 100%);
}
@media (min-width: 768px) {
  #register .container {
    background: linear-gradient(270deg, rgba(246, 233, 227, 0.32) 0% 75%, #fcfcfc 75% 100%);
  }
}
#register .d-grid {
  grid-template-rows: repeat(7, 1fr);
  grid-template-columns: repeat(8, 1fr);
}
#register .d-grid .img-fluid:nth-child(1) {
  grid-row: 1/6;
  grid-column: 1/8;
}
#register .d-grid .img-fluid:nth-child(2) {
  grid-row: 4/8;
  grid-column: 4/9;
}
@media (max-width: 767.98px) {
  #register form {
    margin-top: 1.5rem;
  }
}
