/* login.css - Custom styles for the Tabler login page */

html, body {
    height: 100%;
    background: #f8fafc; /* Light gray background */
}

/* Left side image container */
.login-left {
    background-size: cover;
    background-position: center;
    min-height: 100vh; /* Full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Center the login card and limit its width */
.card-md.w-75 {
    max-width: 420px;
    width: 100%;
    margin: auto;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1);
    border-radius: 0.5rem;
}

/* Adjust form spacing */
.card-body {
    padding: 2rem;
}

/* Footer styling */
.footer {
    margin-top: auto;
}
