@media only screen and (max-width: 767px) {

  .register{
    padding: 0px;
    background:none;
    background-color: #48cbf9;
  }
  .row {
    --bs-gutter-x: 0rem;
}
.full-page{
    padding:80px 0 100px;
}
form h3{
    font-size: 25px;
    font-weight: bold;
}
    .formcontainer {
        width: 90%;
        padding:0;
      }
      .image-center img {
        position: relative;
        /* top: 60px; */
        left: 52%;
        transform: translate(-50%, 0%);
        width: 200px;
          }
          .date-venue img {
            width: 15%;
            color: white;
        }
      .first-header { 
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          align-content: space-between;
          justify-content: space-around;
          align-items: center;
          margin-top: 50px;
      }
      .date-venue {
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
    }
      .date-venue p {
        font-size: 20px;
        margin-bottom: -50px;
      }
      .image-center-form img{
        width: 100%;
        transform: translate(0%, 0%);
      }
    }