.grid-swich {
    flex-direction: row;
  }
.image-section .positioned-image {
    bottom: 0;
    right: unset !important;
    left: 0;
}

.content-section .content-label {
    display: block !important;
    text-align: left !important;
}
.content-section .content-input {
    text-align: left;
}

.content-section .forget-password {
    text-align: left;
}
.select-menu {
    top: 20px;
    left: 40px;
    right: unset;
    color: #333;
}
.form-check-input {
    left: 0px !important;
    right: unset !important;
}
.layout-capatcha{
    text-align: left;
  }
  .radios-gender,
  .checkbox-modal {
    text-align: left;
  }
  #showPasswordToggle {
    top: 40px;
    right: 5px;
    left: unset;
  }
  @media screen and (max-width: 767px) {
    .d-mob-none{
      display: none !important;
    }
    .content-section{
      padding: 200px 10px !important;
      min-height: 80vh;
      height: 100%;
    }
  }