.signup-section {
      display: flex;
      height: 100%;
    }

    /*.form-container {*/
    /*  padding: 60px;*/
    /*  display: flex;*/
    /*  flex-direction: column;*/
    /*  justify-content: center;*/
    /*  background-color: white;*/
    /*  width: 100%;*/
    /*}*/

    .form-control {
      background-color: #eef3ff;
    }
 
    .position-relative i {
      position: absolute;
      top: 70%;
      transform: translateY(-50%);
      right: 15px;
      cursor: pointer;
      color: #666;
    }

    .carousel-item {
      height: 100%;
      position: relative;
    }

    .carousel-item img {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }

    /*.carousel-caption {*/
    /*  bottom: 20%;*/
    /*  text-align: left;*/
    /*  background: rgba(0, 0, 0, 0.5);*/
    /*  padding: 20px;*/
    /*  border-radius: 12px;*/
    /*}*/

    /*.carousel-caption h5 {*/
    /*  font-size: 1.8rem;*/
    /*}*/

    /*.carousel-caption p {*/
    /*  font-size: 1rem;*/
    /*  color: #ccc;*/
    /*}*/

    .form-check-label a {
      text-decoration: underline;
    }

    .btn-register {
      background-color: #111;
      color: white;
      font-weight: bold;
    }

    .btn-register:hover {
      background-color: #333;
    }

    @media (max-width: 768px) {
      .signup-section {
        flex-direction: column;
      }

      .carousel {
        display: none;
      }
    }