﻿.login-body {
    margin: 0;
    height: 100vh;
    font-family: 'Cairo', sans-serif;
    overflow: hidden;
}

/* الخلفية */
.login-bg {
    position: fixed;
    inset: 0;
    background: url('/images/banner1.jpeg') center/cover no-repeat;
    filter: blur(4px);
    transform: scale(1.05);
}

    .login-bg::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.45);
    }

/* Wrapper */
.login-wrapper {
    position: relative;
    z-index: 2;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
}

/* Card */
.login-card {
    width: 380px;
    padding: 35px;
    border-radius: 22px;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.35);
    color: #fff;
}

/* Header */
.login-header {
    text-align: center;
    margin-bottom: 25px;
}

.login-logo {
    height: 60px;
    margin-bottom: 10px;
}

.login-card input {
    height: 45px;
    border-radius: 12px;
    border: none;
}

.login-card button {
    height: 45px;
    border-radius: 14px;
    font-weight: bold;
}
