
/* يخلّي الإدخال والأيقونة في صف واحد */
.um-field-area {
  display: flex;
  align-items: center;
}
/* نخلي wrapper تاع الباسورد يعامَل زي الباقي ويملأ العرض */
.um-field-area-password {
  display: flex !important;
  align-items: center;
  width: 100% !important;
}

/* نخلي الـ input يتمدّد جوّا الفلكس */
.um-field-area-password .um-form-field {
  flex: 1;
  width: auto; /* يلغي أي width ثابت */
 
}
.um-field-area-password .um-toggle-password {
right:200px; 
}

