/* Basic Style Reset to prevent 404 */
body {
    background-color: #f8f9fa;
}

.login-card {
    max-width: 400px;
    margin: 100px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.avatar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}