﻿/* Login page */
.login-bg {
    min-height: 100vh;
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
    display: flex; align-items: center; justify-content: center;
    padding: 16px;
}
.login-wrap { width: 100%; max-width: 400px; }
.login-card { border-radius: 20px !important; }
.login-logo-circle {
    width: 72px; height: 72px;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 2rem; color: #fff;
    box-shadow: 0 8px 24px rgba(13,110,253,.4);
}
