#whatsapp-popup a {
    text-decoration: none;
    font-size: 14px;
}

#whatsapp-popup p {
    font-size: 14px;
}

#open-popup:hover {
    background: darkgreen;
}
/* تلوين الحقل عند الخطأ */
input.invalid {
  border: 2px solid #e74c3c !important;
  background: #fff6f6;
}

/* نص رسالة الخطأ */
.input-error {
  color: #e74c3c;
  font-size: .9rem;
  margin-top: 4px;
}
.password-wrapper input {
  padding-left: 35px !important;
}

.password-wrapper span {
  font-size: 16px;
  z-index: 10;
  color: #333;
}.ea-help-link{
  display:block;          /* ينزل سطر لوحده */
  font-size:0.75rem;      /* نفس حجم small تقريباً */
  color:#0a58ca;          /* أزرق لينكات */
  margin-right:0;         /* نفس محاذاة small اليمين */
  margin-top:2px;         /* مسافة صغيرة تحت العنوان */
  text-decoration:none;
}
.ea-help-link:hover{
  color:#06357a;
  text-decoration:underline;
}