/* Fon şəkli */
body.login-page {
    background: url('/assets/img/login_bg.jpg') no-repeat center center fixed;
    background-size: cover;
}

/* Login qutusu */
.login-box {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

/* Login kart */
.card {
    border-radius: 15px;
}

/* Logo şəkili */
.login-logo img {
    width: 140px;
    max-width: 90%;
    height: auto;
    margin-bottom: 20px;
}

/* Logo altında yazı */
.login-logo a {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    display: block;
    text-align: center;
    white-space: nowrap;
}

/* İstifadəçi məlumatı yazısı */
.login-box-msg {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    text-align: center;
    white-space: nowrap;
}

/* Input sahələri */
.input-group input {
    border-radius: 30px !important;
    padding: 10px 20px;
}

/* Inputlara fokus olunduqda */
.input-group input:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.6);
}

/* Login düyməsi */
.btn-primary {
    border-radius: 30px;
    font-weight: bold;
    background-color: #007bff;
    border: none;
    transition: background-color 0.3s ease;
}

/* Hover effekti */
.btn-primary:hover {
    background-color: #0056b3;
}

/* Alert mesajları */
.alert-danger {
    border-radius: 20px;
    text-align: center;
}
