.register-page .buzz-span {
  top: 20%;
}

.logo-img {
  width: 30%;
}

@media (min-width: 1200px) {
  .buzz {
    margin-top: -1.5rem;
  }
  .first-section {
    height: 500px;
  }
  .first-section .img-full {
    max-height: 100%;
    object-fit: cover;
  }
}
footer {
  margin-top: 0;
}
.reg-form {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 480px) {
  .register-page .buzz-span h2 {
    font-size: 35px;
  }
  .register-page .buzz-span {
    left: 12%;
  }
  .register-page .buzz-span .buzz {
    font-size: 34px;
    width: 63%;
    line-height: 1;
    margin-top: 0;
  }
  .wwsec {
    width: 90%;
  }
  .reg-form form {
    width: 85%;
  }
}

.main-form {
  background-image: url(../../Images/cutouts/theme.jpg);
}
.reg-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reg-form form {
  width: 60%;
}

.wwsec {
  margin-top: -1.5rem;
}

.thank-you-page .buzz-span {
  top: 20%;
}
.thank-you-page .buzz-span h2 {
  font-family: WWF;
}

.thank-you-page .reg-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f6fb;
  margin-top: 30px;
}
