/* =========================================================================================================================================================================================
   Title: Proje Giriş Paneli Ana Stil Dosyası
   Dosya: sayfalar/giris_paneli/index.css
   Açıklama: Bu dosya giriş paneli sayfası arayüz stili merkezidir.
========================================================================================================================================================================================= */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; min-height: 100%; height: 100%; overflow-x: hidden; }
body { min-height: 100vh; background: linear-gradient(20deg,#eef8f1 0%,#f8fafc 100%); font-family: Arial,Helvetica,sans-serif; }
a { color: inherit; text-decoration: none; }
#GirisPaneliAnaKapsayici { width: 100%; height: 100vh; overflow: hidden; }
#GirisPaneliUst { width: 100%; height: 10%; overflow: hidden; }
#GirisPaneliOrta { width: 100%; height: 80%; overflow: hidden; }
#GirisPaneliAlt { width: 100%; height: 10%; overflow: hidden; }
