.elementor-26039 .elementor-element.elementor-element-4a9b8c99{--display:flex;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:120px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-26039:not(.elementor-motion-effects-element-type-background), body.elementor-page-26039 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.cse-bzu.com/wp-content/uploads/2025/08/6938839_3409297-1-scaled.jpg");}@media(min-width:141px){.elementor-26039 .elementor-element.elementor-element-4a9b8c99{--content-width:100%;}}/* Start custom CSS *//* ✅ إزالة خلفية الصفحة */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  /* مافي خلفية هنا */
}

/* ✅ تصميم صندوق التسجيل */
.um.um-register {
  max-width: 480px;
  margin: 50px auto;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

/* ✅ تسميات الحقول */
.um label {
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

/* ✅ الحقول */
.um input[type="text"],
.um input[type="email"],
.um input[type="password"],
.um select,
.um textarea {
  width: 100%;
  padding: 12px 15px 12px 45px;
  margin-bottom: 18px;
  border-radius: 30px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  font-size: 15px;
  color: #fff;
}

.um input::placeholder {
  color: #eee;
}

.um input:focus,
.um select:focus,
.um textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

/* ✅ زر التسجيل - تصميم عصري */
.um input[type="submit"] {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #0052d4, #4364f7, #6fb1fc);
  border: none;
  border-radius: 30px;
  color: white;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  box-shadow: 0 4px 15px rgba(0, 82, 212, 0.4);
}

.um input[type="submit"]:hover {
  transform: scale(1.03);
  opacity: 0.9;
}

/* ✅ الروابط الإضافية */
.um .um-col-alt a,
.um a.um-link-alt {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}

/* ✅ رسائل الخطأ */
.um .um-error {
  color: #ff6b6b;
  font-weight: bold;
  margin-bottom: 12px;
}

/* ✅ حقول الراديو (الجنس) */
.um .um-field-radio {
  color: #fff;
  margin-bottom: 20px;
}

.um .um-field-radio label {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}

/* ✅ القوائم المنسدلة (التخصص) */
.um select {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
}

/* ✅ شريط تمرير داخل القائمة */
.um select option {
  color: #000;
}

/* ✅ أيقونات داخل الحقول */
.um input[type="text"],
.um input[type="email"],
.um input[type="password"] {
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 20px;
}

.um input[type="email"] {
  background-image: url('https://cdn-icons-png.flaticon.com/512/561/561127.png');
}

.um input[type="password"] {
  background-image: url('https://cdn-icons-png.flaticon.com/512/3064/3064155.png');
}


/* زر تسجيل الدخول */
.um.um-register input[type="submit"] {
  flex: 1;
  padding: 14px 0; /* ضبط padding عمودي فقط */
  background: linear-gradient(135deg, #0052d4, #4364f7, #6fb1fc);
  border: none;
  border-radius: 30px;
  color: white;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 82, 212, 0.4);
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.2; /* لضبط ارتفاع النص */
}

/* تأثير الهور على زر تسجيل الدخول */
.um.um-register input[type="submit"]:hover {
  transform: scale(1.03);
  opacity: 0.9;
 
}

/* زر "تسجيل" الرمادي في اليسار */
.um.um-register .um-left input.um-button {
  flex: 1;
  padding: 14px 0; /* نفس padding زر تسجيل الدخول */
  background: rgba(255, 255, 255, 0.3); /* لون أفتح شوي */
  border: none;
  border-radius: 30px;
  color: #eee; /* لون مناسب للون الخلفية */
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1.2;
}

.um.um-register .um-left input.um-button:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.03);
  color: white;
   background-color : rgba(0, 239, 0, 0);
}


.um.um-register .um-right.um-half a.um-button.um-alt {
  display: block;
  flex: 1;
  padding: 14px 0;
  background-color: rgb(0, 89, 0); 
  border: none;
  border-radius: 30px;
  color: white;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
 
  transition: all 0.3s ease;
}
.um.um-register .um-right.um-half a.um-button.um-alt:hover {
  background-color: rgb(60, 179, 113);
  transform: scale(1.03);
   
  color: #fff;
}/* End custom CSS */