/* This file is reserved for overriding and extending the template styles. */


.needs-validation label {
    margin-bottom: 10px; }
  
  .needs-validation .invalid-tooltip {
    top: -35px;
    right: 10px; }
  
  .top-label label:not(.form-check-label), .top-label > span:last-of-type {
    background:transparent !important;
  }
  
  #icon_pwd_visible {display:none}
  #show_hide_pwd {
    position:absolute;top:12px;right:30px;color:#999;cursor:pointer
  }
  #show_hide_pwd.pwd_visible {
    color:var(--primary-darker)
  }