body {
    background-color: #f8f9fa;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.auth-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
}
.auth-container {
    width: 100%;
    max-width: 400px;
}
.logo-slot {
    height: 100px;
    max-width: 250px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-slot img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.card {
    border: none;
    border-radius: 12px;
}
.form-control {
    padding: 12px;
    font-size: 16px; /* Prevents mobile zoom */
}