/* Metot Mühendislik Özel Giriş Teması */
body.action-login {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
}

/* Logo resmini tamamen gizle */
#layout-content .logo img {
    display: none !important;
}

/* Yerine DURU AJANS yazısını koy */
#layout-content .logo::before {
    content: "DURU AJANS";
    display: block;
    color: #00d8ff;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 8px;
}

/* Altındaki slogan/açıklama metni */
#layout-content .logo::after {
    content: "Dijital Çözümler ve Web Programlama";
    display: block;
    color: #cbd5e1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
#login-form {
    background: rgba(30, 41, 59, 0.75) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    border-radius: 12px !important;
    padding: 30px !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5) !important;
}

#login-form .btn-primary {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    padding: 12px !important;
}

.login-footer, #footer {
    color: #94a3b8 !important;
    font-size: 13px !important;
}
/* --- METOT MÜHENDİSLİK ÖZEL LOGİN TEMASI --- */

/* Arka Plan */
body.action-login {
    background-color: #1e252b !important;
}

/* Üst Başlık (DURU AJANS Yerine LOGO / BAŞLIK YAPISI) */
#layout-content .logo {
    display: block !important;
    text-align: center !important;
    margin-bottom: 25px !important;
}

#layout-content .logo img {
    max-width: 280px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 10px auto !important;
}

/* Logonun Altındaki Slogan/Açıklama */
#layout-content .logo::after {
    content: "Dijital Çözümler ve Mühendislik Hizmetleri";
    display: block;
    color: #9eaab6;
    font-size: 15px;
    font-weight: 400;
    margin-top: 8px;
}

/* Giriş Kutuları (İnput Alanları) */
#login-form .form-control {
    background-color: #263038 !important;
    border: 1px solid #3e4d58 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
}

#login-form .input-group-text {
    background-color: #2b3640 !important;
    border: 1px solid #3e4d58 !important;
    color: #9eaab6 !important;
}

/* Webmail Girişi Butonu (Mavi Oval Buton) */
#login-form .btn-primary {
    background-color: #00b0ff !important;
    background-image: none !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(0, 176, 255, 0.4) !important;
    text-transform: none !important;
    transition: all 0.2s ease-in-out !important;
}

#login-form .btn-primary:hover {
    background-color: #0091ea !important;
    transform: scale(1.02);
}

/* En Alt Metin (Footer) */
.login-footer, #footer {
    color: #9eaab6 !important;
    font-size: 13px !important;
    margin-top: 20px !important;
}
