.input-wrapper {
    position: relative;
  }
  
  .toggle-visibility {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    color: #555;
  }

  .form-group-mt-17 {
    margin-top: 17px;
  }
  
  .custom-label-position {
    position: relative;
    top: -5px;
  }
  
  .bold-text {
    font-weight: bold;
  }

  .mb-16 {
    margin-bottom: 16px;
  }
  
  .mb-8 {
    margin-bottom: 8px;
  }
  
  .mb-4 {
    margin-bottom: 4px;
  }

.unikon-container {
  margin-bottom: 30px;
  margin-top: -22px;
}

.unikon-text {
  padding-left: 15px;
}

.unikon-color {
  color:#309961ed;
}
  