/* Fix pagina Editați-vă profilul (com_users) — scope pe wrapperul real .profile-edit */
.profile-edit .control-group{ clear: both !important; margin-bottom:12px !important; }
.profile-edit .control-label{ display:block !important; float:none !important; width:100% !important; margin:0 0 4px !important; }
.profile-edit .controls{ float:none !important; width:100% !important; clear:both !important; margin-left:0 !important; }

/* Toate câmpurile pe rând nou, fără flotări */
.profile-edit .controls > input,
.profile-edit .controls > select,
.profile-edit .controls > textarea{
  display:block !important;
  float:none !important;
  width:100% !important;
  max-width:480px;
}

/* puțin spațiu între două input-uri consecutive în același .controls (ex. parole) */
.profile-edit .controls > input + input{ margin-top:8px !important; }
/* Doar pe pagina de profil (.profile-edit) */
.profile-edit .controls input[type="password"]:first-child:not([id]):not([name]){
  display:none !important;     /* ascunde momeala fără id/nume */
}

/* asigură rând separat pentru câmpurile reale */
.profile-edit #jform_password1,
.profile-edit #jform_password2{
  display:block !important;
  float:none !important;
  width:100% !important;
  max-width:480px;
}

/* scoate galbenul, dacă vine din temă */
.profile-edit input[type="password"]{
  background:#fff !important;
}
