.col-lg-8.img-bg{
    background: url('../../images/WhatsApp Image 2024-04-10 at 2.08.17 AM.jpeg');
    background-size: cover;
  }
  .circle {
    border-radius: 12px;
    -webkit-border-radius: 12px; /* For older versions of WebKit browsers */
    -moz-border-radius: 12px; /* For older versions of Firefox */
    border: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    align-items: center;
    padding-left: 15px;
}
  .circle input {
      width: 20px;
  }

  .auth form .form-group .form-control{
    border-radius: 12px;
    -webkit-border-radius: 12px; /* For older versions of WebKit browsers */
  -moz-border-radius: 12px; /* For older versions of Firefox */


  }
  .circle p{
      color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 0px;
  }

  button.btn.btn-block.btn-primary.btn-lg.font-weight-medium.auth-form-btn.prev-step {
    background: #000;
    border-color: #000;
}

@media all and (min-width: 840px) { /* your content here */ 

    .brand-logo {
        display: none;
    }
    

}
.auth form .form-group .form-control{
    color:#000;
}
.auth .brand-logo{
    margin-bottom: 0rem;
}
