/* لتكبير الشعار */
.site-logo img {
    max-height: 120px !important; /* يمكنك تغيير القيمة حسب احتياجك */
    width: auto !important;
}/* لتكبير عنوان الموقع */
.site-title {
    font-size: 36px !important; /* يمكنك تعديل القيمة */
    font-weight: bold !important;
}

.site-description {
    font-size: 18px !important; /* إذا كان هناك وصف */
}input[type="password"],
input[type="text"] {
    color: #000 !important;
    background: #fff !important;
    caret-color: #000 !important;
