﻿body.bg-gradient {
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    color: #ffffff;
    height: 100vh;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.login-container {
    width: 100%;
    max-width: 400px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.login-container h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #00d4ff;
    font-weight: 600;
}

.form-control {
background-color: rgba(255, 255, 255, 0.1);
border: none;
color: white;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.btn-login {
    background-color: #00d4ff;
    border: none;
    color: #000;
    font-weight: bold;
    width: 100%;
}

.btn-login:hover {
    background-color: #00bde3;
}
.footer {
    text-align: center;
    color: #aaa;
    font-size: 13px;
    margin-top: 20px;
}
