/* form i {
    margin-left: -30px;
    cursor: pointer;
} */


#join-form,#registration-form,#forgot-password-form {
    background-color: #ffffffdd;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 50%);
    border-radius: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.join-section {
  min-height: 95vh;
  background-image: url('/assets/images/SurecondoBg.jpg');
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/assets/images/SurecondoBg.jpg'); */
  background-position:  center;
  background-size: cover;
  /* background-color: #ececec; */
}
.join-form-div {
  max-width: 700px;
}
.register-form-div {
  max-width: 900px;
}
.logo{
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.logo img{
  width: 100%; 
}

@media (max-width: 1400px) {
  .join-form-div {
    max-width: 560px;
  }
  .register-form-div {
  max-width: 800px;
}
}
@media (max-width: 991px) {
  .join-form-div {
    min-width: 450px;
  }
  .register-form-div {
  max-width: 700px;
}
}
@media (max-width: 575px) {
  .join-form-div {
    min-width: unset;
    width: 90%;
  }
  /* .register-form-div {
  max-width: 500px;
} */
}
